随笔分类 -  RESTful

摘要:全套教程:http://git.oschina.net/didispace/SpringBoot-Learning 首先,回顾并详细说明一下在快速入门中使用的@Controller、@RestController、@RequestMapping注解。如果您对Spring MVC不熟悉并且还没有尝试过 阅读全文
posted @ 2016-09-13 10:28 Mason.Ke 阅读(283) 评论(0) 推荐(0)
摘要:Rest介绍 /blog/1 HTTP GET => 得到id = 1的blog/blog/1 HTTP DELETE => 删除 id = 1的blog/blog/1 HTTP PUT => 更新id = 1的blog/blog HTTP POST => 新增BLOG 以下详细解一下spring 阅读全文
posted @ 2016-05-27 17:32 Mason.Ke 阅读(198) 评论(0) 推荐(0)