harshalmayee / springBootMac

Spring Boot Employee Management API
0 stars 0 forks source link

DB migration Using FlywayDB #3

Closed harshalmayee closed 3 years ago

harshalmayee commented 4 years ago

Need to implement FlywayDB for database migrations and db version control.These migrations will be SQL based.

harshalmayee commented 3 years ago

Flyway Db migration implemented for both H2 which is used in dev profile and postgresql which is used in prod.Different scripts created at different locations for these db.Location configuration done in respective .yml file as per selected profile.By default flyway is disabled.For enabling set flyway.enabled=true in .yml file