http://stackoverflow.com/questions/17898606/difference-between-webmvcconfigurationsupport-and-webmvcconfigureradapter
http://docs.spring.io/autorepo/docs/spring/4.0.5.BUILD-SNAPSHOT/javadoc-api/org/springframework/web/servlet/config/annotation/EnableWebMvc.html
javacongif 스타일로 sping mvc 설정을 할때.
두 구현체의 사용성격에 대한 이야기.
개인적으로 정리를 하자면,
커스텀하게 구현 - WebMvcConfigurationSupport
기본설정으로 구현 - WebMvcConfigurerAdapter
반응형
'emotional developer > detect-Java' 카테고리의 다른 글
[spring] device detction interceptor - DeviceResolverHandlerInterceptor (0) | 2015.06.18 |
---|---|
string.format 성능. (0) | 2015.06.08 |
httpclient 를 이용한 테스트 중,,,,,, (0) | 2015.04.23 |