2017年4月6日
摘要: @Controller用来处理http请求。@RestController注解相当于@ResponseBody + @Controller合在一起的作用,如果只使用@RestController则Controller中的方法无法返回指jsp页面,返回的内容就是Return中的内容,例如:本来应该到s 阅读全文
posted @ 2017-04-06 20:27 緣莱媞誰 阅读(80) 评论(0) 推荐(0)