spring-boot/spring-boot-samples/spring-boot-sample-flyway
Andy Wilkinson d6a869fa98 Switch to Jakarta EE API dependencies where possible
Closes gh-16113
Closes gh-16112
Closes gh-16111
Closes gh-15916
Closes gh-15689
2019-03-06 11:20:51 +00:00
..
src
pom.xml Switch to Jakarta EE API dependencies where possible 2019-03-06 11:20:51 +00:00
README.adoc

== Spring Boot Flyway Sample

This sample demonstrates the flyway auto-configuration support.

You can look at `http://localhost:8080/actuator/flyway` to review the list of scripts.

This sample also enables the H2 console (at `http://localhost:8080/h2-console`)
so that you can review the state of the database (the default jdbc url is
`jdbc:h2:mem:testdb`).