헤르메스 LIFE

Spring + JSON 설정 시 유의사항 본문

Spring Framework

Spring + JSON 설정 시 유의사항

헤르메스의날개 2016. 8. 16. 18:27
728x90

참고 : http://javaiyagi.tistory.com/357



Spring 3.0 에서 사용하는 방식

<bean class="org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping" />

<bean class="org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter">


Spring 3.1 에서 사용하는 방식

<bean class="org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping" />

<bean class="org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter">





728x90