* @SpringBootApplication
- @SpringBootConfiguration + @ComponentScan + @EnableAutoConfiguration
- @EnableAutoConfiguration은 스프링부트 자동구성을 사용할때 exclude를 이용해서 특정한 자동구성을 사용하지 않도록 할수 있다
'SpringBoot > 개인정리' 카테고리의 다른 글
[springboot] DTO vs VO (0) | 2023.05.03 |
---|