Merge pull request #11263 from dkapil/task/JAVA-6454

JAVA-6454 Changes done as per Spring Boot 2.5 release
This commit is contained in:
kwoyke 2021-09-29 09:08:54 +02:00 committed by GitHub
commit 9e7361d403
1 changed files with 2 additions and 0 deletions

View File

@ -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