You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the one switch from Spring Data JPA project to Quarkus Spring Data JPA he should have the option to preserve the Spring Boot Naming Strategies in order application to work out of the box.
These are the needed strategies: org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy and org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy
I've made copy/paste of this strategies to the project which I want to migrate (now they are in different package) then added this to the application.properties file:
When the one switch from Spring Data JPA project to Quarkus Spring Data JPA he should have the option to preserve the Spring Boot Naming Strategies in order application to work out of the box.
These are the needed strategies:
org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
andorg.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy
I've made copy/paste of this strategies to the project which I want to migrate (now they are in different package) then added this to the
application.properties
file:Now there is not a problem with table/entity names.
Let me add other related tasks here: quarkusio#6978, quarkusio#7420 and quarkusio#7412
quarkusio#7432
The text was updated successfully, but these errors were encountered: