diff --git a/persistence-modules/spring-boot-persistence/src/main/resources/persistence-generic-entity.properties b/persistence-modules/spring-boot-persistence/src/main/resources/persistence-generic-entity.properties index b19304cb1f..3e018e9321 100644 --- a/persistence-modules/spring-boot-persistence/src/main/resources/persistence-generic-entity.properties +++ b/persistence-modules/spring-boot-persistence/src/main/resources/persistence-generic-entity.properties @@ -6,3 +6,5 @@ jdbc.pass=sa hibernate.dialect=org.hibernate.dialect.H2Dialect hibernate.show_sql=true hibernate.hbm2ddl.auto=create-drop + +spring.jpa.defer-datasource-initialization=true \ No newline at end of file