@EnableWebMvc
Artifact
- web.servlet
역할
- @Configuration Annotation과 함께 쓰여 클래스가 Spring MVC의 구성요소중 하나임을 표기
- 스프링이 제공하는 웹과 관련된 bean들이 제공된다
사용법
@Configuration
@EnableWebMvc
public class APIConfiguration implements WebMvcConfigurer {
...
}
@Configuration
@EnableWebMvc
public class APIConfiguration implements WebMvcConfigurer {
...
}
댓글남기기