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
Out-of-the-box, the ApplicationTests.contextLoads() test will fail with a generated project that uses Flyway because there's no default migration file.
Adding an empty V1__init.sql file into the resources/db/migration directory would make that test pass and be a nicer experience.