본문 바로가기

emotional developer/detect-Java

[spring] WebMvcConfigurerAdapter vs WebMvcConfigurationSupport


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  




반응형