Added liquibase autoconfiguration for database migrations

If Liquibase is on the classpath it will fire up on startup. Various
config options are available (as well as the option to disable it).
Liquibase uses a YAML format for changes (in classpath:db/changelog).
This commit is contained in:
Marcel Overdijk
2014-04-17 23:59:36 +02:00
committed by Dave Syer
parent ed64640ea4
commit 68e33b25c1
22 changed files with 611 additions and 2 deletions

View File

@@ -34,6 +34,7 @@
<module>spring-boot-sample-data-rest</module>
<module>spring-boot-sample-integration</module>
<module>spring-boot-sample-jetty</module>
<module>spring-boot-sample-liquibase</module>
<module>spring-boot-sample-profile</module>
<module>spring-boot-sample-secure</module>
<module>spring-boot-sample-servlet</module>