I just started right now a new project in Intellij using Spring Boot ver 2.1.3 and Flyway 5.2.4 with Java 11.
After try to start my project i got :
C
I had a similar error, and solved it as follows: I added these commands
spring.flyway.baselineOnMigrate=true spring.flyway.check-location=true spring.flyway.locations=classpath:db/migration spring.flyway.schemas=public spring.flyway.enabled=true
to application.properties