If you’ve used Spring Data JPA or FlywayDB for SQL generation, the next step is to use JPA and FlywayDB together for robust DB creation and migration work. JPA is great for entities. FlywayDB is great for writing more complex SQL statements and data population. If you have the bright idea like I did to combine […]