How to implement Flyway in a JavaEE Maven project with Hibernate, vRaptor and JPA?

3

In a Maven, JPA, with Hibernate and vRaptor integrated project, how to implement the Flyway easily and effectively?

Implementing this, my bank will upgrade as it was in the development

<property name="hibernate.hbm2ddl.auto" value="update" />

or not?

    
asked by anonymous 08.05.2018 / 23:03

0 answers