dont close H2 on exit in test runs
This commit is contained in:
parent
9039fa5109
commit
c6d40c8219
@ -21,7 +21,7 @@ spring:
|
|||||||
type: simple
|
type: simple
|
||||||
datasource:
|
datasource:
|
||||||
type: com.zaxxer.hikari.HikariDataSource
|
type: com.zaxxer.hikari.HikariDataSource
|
||||||
url: jdbc:h2:mem:hsadminNg;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=TRUE
|
url: jdbc:h2:mem:hsadminNg;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
|
||||||
name:
|
name:
|
||||||
username:
|
username:
|
||||||
password:
|
password:
|
||||||
|
Loading…
Reference in New Issue
Block a user