Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 903 Bytes

Readme.md

File metadata and controls

40 lines (30 loc) · 903 Bytes

用户指南(项目进行中)

注意:该项目目前还在开发中,因为时间的关系,功能还没完善,仅供大家学习测试使用

Quickstart 快速开始

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


项目说明


DEMO请求参数

1.注册额度账户接口请求参数

{
	"registrationLimitCO": {
		"applicationId": "1111",
		"userId": 1111,
		"quotaLimit": 10000,
		"productCode": "tb",
		"expirationTime": "2030-01-01",
		"accountType": 1
	}

}

2.查询账户额度 localhost:8080/accounts/964302167861235713/quota