注意:该项目目前还在开发中,因为时间的关系,功能还没完善,仅供大家学习测试使用
1.在根目录执行mvn clean -U install
进行构建
2.启动Start包下的 application程序
3.在浏览器访问 http://localhost:8080/swagger-ui.html
4.通过以下URL可以进入H2控制台进行表操作 http://localhost:8080/h2/
5.Docker部署方式可以查看: https://www.cnblogs.com/evan-liang/p/12390315.html
1.注册额度账户接口请求参数
{
"registrationLimitCO": {
"applicationId": "1111",
"userId": 1111,
"quotaLimit": 10000,
"productCode": "tb",
"expirationTime": "2030-01-01",
"accountType": 1
}
}
2.查询账户额度 localhost:8080/accounts/964302167861235713/quota