Written by
spring-style
on
on
[Spring] @Controller와 @RestController의 용도 차이
[Spring] @Controller와 @RestController의 용도 차이
@Controller와 @RestController의 용도 차이
1) @Controller는 주로 View를 반환하기 위해 사용되며, 데이터 반환시 메서드 리턴형식에 @ResponseBody를 추가합니다.
2) @RestController는 주로 Json형태로 객체 데이터를 반환
참고 : https://mangkyu.tistory.com/49
from http://kmhan.tistory.com/667 by ccl(A) rewrite - 2021-12-04 21:27:16