Questions tagged as 'flyway'

0
answers

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

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="upd...
asked by 08.05.2018 / 23:03
0
answers

Error creating tables with relationship and JPA

Hello, I'm trying to create two tables with flyway + Spring + SqlServer + JPA, very simple thing even just to pass the time and I'm having an error that I can not understand because if I execute the same direct in Sql it works. I have the follow...
asked by 25.09.2018 / 16:51
0
answers

How to fix Auto Increment that is populating high numbers in bd Heroku?

I'm coding a RESTful API with Spring Boot v.2.0 and so on. The thing is, when I try to make a deploy for Heroku using migration ( Flyway ) ids get high values. My model or entity of User is with id like this: @Id @Genera...
asked by 08.06.2018 / 21:25