@TargetSE(valueSE=TYPESE) @RetentionSE(valueSE=RUNTIMESE) @DocumentedSE @Component public @interface TestComponent
@Component であり、Spring Boot のコンポーネントスキャンから除外する必要があります。@SpringBootApplication に依存するのではなく、@ComponentScan を直接使用する場合は、TypeExcludeFilter が excludeFilter として宣言されていることを確認する必要があることに注意してください。
TypeExcludeFilter, TestConfiguration@AliasFor(annotation=org.springframework.stereotype.Component.class) public abstract StringSE value
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.