Tuning Development Process with Flyway
2020-11-18There are embarassing situations when developing a mono project with multiple environments.
Like git for code repository, flyway aims to take version control to database. This article introduces how to use flyway in a spring boot project environment with existing dataset.
1