HTTP JSON API框架 TTPOD REST
- 授权协议: Apache
- 开发语言: Groovy
- 操作系统: 跨平台
- 软件首页: https://github.com/mahuabian/ttpod-rest
- 软件文档: https://github.com/mahuabian/ttpod-rest
软件介绍
CoC 理念的一套HTTP JSON API框架,基于SpringMVC 和 Groovy,内置了 MongoDB CRUD模版(JSON和MongoDB天然好基友)!!
比较适合开发 JSON RPC 接口!
Write Your Controller In Groovy
@Rest
class MyController extends ControllerSupport7 {
def hello(HttpServletRequest req) {
[code: 1, data: "Hello, ${req['name']} !"]
}
}Open http://localhost:8080/my/hello?name=World
{"code":1,"data":"Hello, World !"}That's ALL !!!
Clean Architecture
Robert C. Martin / Prentice Hall / 2017-9-20 / USD 34.99
Practical Software Architecture Solutions from the Legendary Robert C. Martin (“Uncle Bob”) By applying universal rules of software architecture, you can dramatically improve developer producti......一起来看看 《Clean Architecture》 这本书的介绍吧!
HTML 压缩/解压工具
在线压缩/解压 HTML 代码
Base64 编码/解码
Base64 编码/解码
