SpringBoot學習總結點

(一)@Controller和@RestController的區別           @RestController註解相當於@ResponseBody + @Controller合在一起的作用。 1、如果只是使用@RestController註解Controller,則Controller中的方法無法返回jsp頁面,配置的視圖解析器InternalResourceViewResolver不起作
相關文章
相關標籤/搜索