登录 注册
当前位置:主页 > 资源下载 > 5 > Ratpack-ormlite-demo项目展示了如何在Ratpack框架中运用Ormlite

Ratpack-ormlite-demo项目展示了如何在Ratpack框架中运用Ormlite

  • 更新:2024-10-23 11:21:50
  • 大小:52KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

Ratpack中的快速ORMLITE演示 调用./gradlew run以运行应用程序 样本互动 danny@ARK ~ $ curl -X POST localhost:5050/account/dan Account dan created danny@ARK ~ $ curl -X POST localhost:5050/account/jp Account jp created danny@ARK ~ $ curl localhost:5050/account/dan {"name":"dan","password":null} danny@ARK ~ $ curl localhost:5050/account/jp {"name":"jp","password":null} danny@ARK ~ $ curl localhost:5050/account [{"name":"d