You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test infrastructure looks for @SpringBootConfiguration annotated types via AnnotatedClassFinder that uses ClassPathScanningCandidateComponentProvider internally.
But the annotation does not declare it is a target for classpath scanning and therefore the entry is not found when the components index is in place.