ComponentScan1 Spring @ComponentScan의 includeFilters와 excludeFilters 완벽 이해 Spring @ComponentScan의 includeFilters와 excludeFilters 완벽 이해 Spring 프레임워크에서 애플리케이션의 빈을 관리할 때 @ComponentScan은 중요한 역할을 한다. 일반적으로 @Component나 @Service와 같은 애노테이션이 붙은 클래스를 스캔해 스프링 컨테이너에 빈으로 등록하지만, 때로는 특정 클래스를 제외하거나 포함해야 할 상황이 생길 수 있다. 이때 사용하는 것이 바로 includeFilters와 excludeFilters이다. 하지만 두 옵션의 동작 방식과 차이를 명확히 이해하지 못하면 혼란이 생길 수 있다. 필자의 경우도 excludeFilters와 includeFilters를 사용할 때 조건이 동일하다고 생각했지만, 실제 결과는 다르게 .. JAVA/Spring 2024. 12. 21. 이전 1 다음