kelvinyap2014 / northwind-roo

Academic research of Northwind database with Spring Roo, Spring Boot, Thymeleaf, JPA, Docker and CI/ CD deployment automation
GNU General Public License v3.0
1 stars 2 forks source link

Data migration strategy - liquidbase #36

Open kelvinyap2014 opened 7 years ago

kelvinyap2014 commented 7 years ago

https://en.wikipedia.org/wiki/Liquibase

kelvinyap2014 commented 7 years ago

https://blog.mafr.de/2008/04/12/hibernate3-schema-creation/ https://blog.mafr.de/2007/06/30/generating-ddl-scripts-with-maven/ http://blog.exxeta.com/java/2016/10/14/generate-database-schema-ddl-script-jpa-hibernate/ https://geowarin.github.io/generate-ddl-with-hibernate.html https://stackoverflow.com/questions/30875863/can-hibernate-schema-generation-be-used-to-generate-ddl-without-database-connect http://hibernate.org/tools/ http://jandrewthompson.blogspot.co.nz/2009/10/how-to-generate-ddl-scripts-from.html https://www.visual-paradigm.com/tutorials/generatehibernatemapwithoracledb.jsp http://www.javarticles.com/2015/06/generating-database-schema-using-hibernate.html