728x90
honeymon.io/tech/2018/03/13/spring-boot-mvc-controller.html
가장 중요한 점은 @EnableWebMvc 어노테이션을 붙여주면 스프링부트의 기본적인 웹 MVC 기능들을 제외시키고 처음부터 생성해야 한다. 처음부터 다시 구현할게 아니라면 붙여주면 안된다.
https://velog.io/@dsunni/Spring-Boot-%EC%8A%A4%ED%94%84%EB%A7%81-%EC%9B%B9-MVC
728x90
'Backend > Spring+Boot' 카테고리의 다른 글
RequestContextHolder (0) | 2021.04.23 |
---|---|
Spring Security AuthenticationException message (0) | 2021.04.22 |
SpringBoot 정적자원 (0) | 2021.04.20 |
Spring 어노테이션 정리 (0) | 2021.04.20 |
SpringBoot 에러페이지 정의 (0) | 2021.04.19 |