pavankjadda / eShopping

eShopping application implemented with Spring Boot, Spring Security, Spring Data and Spring Session
GNU General Public License v3.0
10 stars 10 forks source link

Implement Liquibase for Database migrations #22

Closed pavankjadda closed 5 years ago

pavankjadda commented 5 years ago

Liquibase and Flywaydb are good options for Database change migrations. Implement Liquibase as it provides JSON or YAML file support.

pavankjadda commented 5 years ago

Commit 33560929dbecd2af67a6d2e6848cc8060cf105fd implemented this