從Spring MVC 4.0的多了 @RestController ,與傳統 @Controller 的差別其實只是 @RestController 等於 @Controller 搭配 @ResponseBody 。
確定! 回上一頁