借贷 源码
贷款演示 要构建和测试: ./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
用户评论