1. 首页
  2. 数据库
  3. 其它
  4. 借贷 源码

借贷 源码

上传者: 2021-02-24 00:32:39上传 ZIP文件 68.96KB 热度 23次
贷款演示 要构建和测试: ./gradlew clean build test 要在8080端口上运行该应用程序: ./gradlew bootRun 要创建新贷款: curl --location --request POST 'localhost:8080/' --header 'Content-Type: application/json' --data-raw '{ "amount": 6000, "period": 25, "created": "2020-01-01T00:00:00" }' 延长贷款期限(输入正确的uuid): curl --location --r
用户评论