resty:Scala的超级简单REST API框架 源码
休息 适用于Scala的超级简单REST API框架 您可以通过单击以下命令来运行示例项目: $ git clone https://github.com/takezoe/resty-sample.git $ cd resty-sample/ $ sbt ~jetty:start 通过Swagger UI检查API, http://localhost:8080/swagger-ui/为: http://localhost:8080/swagger-ui/ 。 入门 这是最简单的控制器示例: import com . github . takezoe . resty . _ class H
下载地址
用户评论