文件名称:spring-restcontroller:Spring 4 Rest 控制器脚手架
文件大小:10KB
文件格式:ZIP
更新时间:2024-06-30 14:32:02
Java
弹簧座控制器 Spring 4 Rest 控制器脚手架 示例项目展示了 Spring 4 的 RestController 来提供 XML 和 JSON。 注意 pom 文件中使用的 Jackson 版本,因为 Spring 似乎特别关注 Jackson 版本。 样品用途: curl -v -i -H "Accept: application/json" http://localhost:8080/test/hello/foo.json curl -v -i -H "Accept: application/xml" http://localhost:8080/test/hello/foo.xml
【文件预览】:
spring-restcontroller-master
----.gitignore(233B)
----src()
--------main()
--------test()
----pom.xml(5KB)
----README.md(429B)