BAEL-17701 Fix the integrations tests in spring-jooq (#7868)

This commit is contained in:
Dhawal Kapil 2019-09-27 19:22:22 +05:30 committed by Josh Cummings
parent 6d499542a1
commit afda446441
1 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,4 @@
spring.datasource.url=jdbc:h2:tcp:~/jooq;DB_CLOSE_ON_EXIT=FALSE;AUTO_SERVER=TRUE
spring.datasource.url=jdbc:h2:~/jooq;DB_CLOSE_ON_EXIT=FALSE;AUTO_SERVER=TRUE
spring.datasource.username=sa
spring.datasource.password=
spring.jpa.hibernate.ddl-auto=update