回覆列表
  • 1 # murar31179

    1. Controller, RestController的共同點2. Controller, RestController的不同點@Controller標識一個Spring類是Spring MVC controller處理器@RestController: a convenience annotation that does nothing more than adding the@Controller and@ResponseBody annotations。 @RestController是@Controller和@ResponseBody的結合體,兩個標註合併起來的作用。3、如果只是使用@RestController註解Controller,則Controller中的方法無法返回jsp頁面,配置的檢視解析器InternalResourceViewResolver不起作用,返回的內容就是Return 裡的內容。例如:本來應該到success.jsp頁面的,則其顯示success.4、如果需要返回到指定頁面,則需要用 @Controller配合檢視解析器InternalResourceViewResolver才行。5、如果需要返回JSON,XML或自定義mediaType內容到頁面,則需要在對應的方法上加上@ResponseBody註解。

  • 中秋節和大豐收的關聯?
  • 有什麼遊戲有聯賽,你覺得怎麼樣?