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?