@EnableWebMvc 어노테이션을 사용하면
Spring Framework에서
여러 Config 값을 알아서 세팅해준다.
이런 편리함 때문에 @EnableWebMvc 어노테이션을 사용한다.
https://goodgid.github.io/Spring-Enable-MVC-Annotation/
@EnableWebMvc 어노테이션을 선언하면 무엇이 달라질까?
Index
goodgid.github.io
'정보들' 카테고리의 다른 글
@bean, @configuration, @component 차이 (0) | 2021.08.20 |
---|---|
java config 설정 의미 (WebConfig) (0) | 2021.08.20 |
WebMvcConfigurer, @EnableWebMvc (0) | 2021.08.19 |
Spring MVC 동작원리 (0) | 2021.08.19 |
java config 설정 의미 (ServletConfig) (0) | 2021.08.19 |