728x90

@RestController = @Controller  + @Responsebody 이다.

특별한거 없다.

SpringMVC @Controller 은 직접 Thymeleaf 혹은Jsp 등 template engin 에 리턴해주고

JSON, XML 객체를 리턴하기 위해서 @ResponseBody를 붙여줘야 한다.

하지만

@RestController 는 Json 혹은 xml 객체 데이터를 리턴한다.(이미 ResponseBody가 포함되었기때문.)

뭐 인터넷에 많은 관련 그림들이 있다. 이또한 그들을 참고한것이므로...

 

Controller  관련

 

 

Restcontroller 관련

+ Recent posts