자바 #스프링 #백엔드 (1) 썸네일형 리스트형 [Spring] 컴포넌트 스캔 import org.springframework.context.annotation.ComponentScan;import org.springframework.context.annotation.Configuration;import org.springframework.context.annotation.FilterType;@Configuration@ComponentScan ( excludeFilters = @ComponentScan.Filter(type = FilterType.ANNOTATION, classes = Configuration.class))public class AutoAppConfig {} @ComponenetScan : 스프링 빈을 일일이 등록하기 어렵거나 귀찮은 경우 @Compon.. 이전 1 다음