HTTP JSON API框架 TTPOD REST

码农软件 · 软件分类 · JSON/BSON开发包 · 2019-03-31 13:27:23

软件介绍

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 !!!

本文地址:https://www.codercto.com/soft/d/2553.html

About Face 3

About Face 3

Alan Cooper、Robert Reimann、David Cronin / John Wiley & Sons / 2007-5-15 / GBP 28.99

* The return of the authoritative bestseller includes all new content relevant to the popularization of how About Face maintains its relevance to new Web technologies such as AJAX and mobile platforms......一起来看看 《About Face 3》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

html转js在线工具
html转js在线工具

html转js在线工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具