2019年11月13日
摘要: @RestController注解: 相当于@Controller+@ResponseBody两个注解的结合,返回json数据不需要在方法前面加@ResponseBody注解了,但使用@RestController这个注解,就不能返回jsp,html页面,视图解析器无法解析jsp,html页面 阅读全文
posted @ 2019-11-13 10:36 vow007 阅读(3) 评论(0) 推荐(0) 编辑