Merge pull request #9004 from alimate/BAEL-3959

BAEL-3959: Fix the integrations tests in spring-boot-persistence-h2
This commit is contained in:
Eric Martin 2020-03-31 23:07:22 -05:00 committed by GitHub
commit c5d4628341
3 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ spring.datasource.password=
spring.jpa.hibernate.ddl-auto=create-drop
spring.h2.console.enabled=true
spring.h2.console.path=/h2-console
spring.datasource.data=data-trans.sql
logging.level.org.hibernate.SQL=INFO
logging.level.org.hibernate.type=TRACE

View File

@ -5,6 +5,7 @@ spring.datasource.password=
spring.jpa.hibernate.ddl-auto=create-drop
spring.h2.console.enabled=true
spring.h2.console.path=/h2-console
spring.datasource.data=data-trans.sql
logging.level.org.hibernate.SQL=INFO
logging.level.org.hibernate.type=TRACE