DependsOnDatabaseInitializationDetector
interface DependsOnDatabaseInitializationDetector
Detects beans that depend on database initialization. Implementations should be registered in META-INF/spring.factories
under the key org.springframework.boot.sql.init.dependency.DependsOnDatabaseInitializationDetector
.
Author
Andy Wilkinson
Since
2.5.0