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
fix(db): replace flyway-core with spring-boot-starter-flyway (#130)
Spring Boot 4.0 moved Flyway auto-configuration out of
spring-boot-autoconfigure into a dedicated starter module. Adding only
flyway-core to the classpath is no longer sufficient to trigger
FlywayAutoConfiguration or the spring.flyway.* properties — the starter
is required, following the same convention as spring-boot-starter-data-jpa,
spring-boot-starter-webmvc, etc.
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments