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 spring.factories handling in SpringApplication is encapsulated, so we could support @ConditionalOnClass on the entries without breaking anything or changing any APIs. That way we could prevent LiquibaseServiceLocatorApplicationListener (for instance) from being needed in every Spring Boot application.