1. 首页
  2. 数据库
  3. 其它
  4. shopping cart:Kotlin的简单REST应用程序 源码

shopping cart:Kotlin的简单REST应用程序 源码

上传者: 2021-04-04 06:41:42上传 ZIP文件 2.54MB 热度 19次
购物车 Kotlin的简单REST应用程序 堆 建筑应用 ./gradlew clean build 测试应用 ./gradlew clean test 最小覆盖率是80%,并在build / jacocoHtml / index.html中报告 正在运行的应用程序 java -jar build/libs/shopping-cart-.jar 应用程序的摇摇欲坠 运作方式 创建与用户关联的购物车 curl -X 'POST' \ 'http://localhost:8000/cart' \ -H 'accept: application/json' \ -H 'Content-Type: application/json' \ -d '{ "user_id": "123" }' { "user_id": "123", "products":
下载地址
用户评论