Import DB data from data.sql when using quarkus-spring-data-jpa extension #40037
Labels
area/hibernate-orm
Hibernate ORM
area/spring
Issues relating to the Spring integration
kind/enhancement
New feature or request
Milestone
Description
In Quarkus we have support for loading data from
import.sql
in dev and test mode. SB usesdata.sql
. When people are moving to Quarkus they need to be aware of different file name and rename theirdata.sql
.Quarkus should be able to to work with
data.sql
whenquarkus-spring-data-jpa
extension is added to the project to make the transition slightly easier.Another approach could be a global change to make
data.sql
fallback ifimport.sql
is unavailable.Implementation ideas
No response
The text was updated successfully, but these errors were encountered: