Website: http://www.leanstacks.com
Publications: https://leanpub.com/leanstacks-marionette-spring
GitHub: https://github.com/leanstacks/spring-data-fundamentals/tree/liquibase
Compare: https://github.com/leanstacks/spring-data-fundamentals/compare/flyway...liquibase
Liquibase: http://www.liquibase.org/
Spring Boot and Liquibase: http://docs.spring.io/spring-boot/docs/1.4.3.RELEASE/reference/htmlsingle/#howto-execute-liquibase-database-migrations-on-startup
In this episode, we introduce the Liquibase database portability and change management library and its integration with Spring Boot. In previous episodes of the Spring Data Fundamentals series, we showed you how to initialize a database using Spring JDBC “schema” and “data” initialization scripts and how to use the Flyway database migration library. In this episode you will learn how to use the Liquibase library to not only initialize an empty database, but to automatically upgrade the database as new versions of your application are released.
Download
0 formats
No download links available.
Using Liquibase with Spring Boot for Database Migrations | NatokHD