I was looking at the sample on master and tried to run it with mvn spring-boot:run
then visited the url http://localhost:8080/flyway
and got a blank page back. I tried several different branches, and it works in the latest 1.4.x but not in 1.5.x starting on commit 7e9ed5e where the version numbers were changed from 1.4.1.BUILD-SNAPSHOT to 1.5.0.BUILD-SNAPSHOT. Since there were no code changes in that commit itself, I'm guessing maybe some dependency changed which is what is actually breaking it?