;DB_CLOSE_ON_EXIT=FALSE

This commit is contained in:
zhou-hao
2017-12-01 00:01:29 +08:00
parent 42a17a4e66
commit 3dd8e7662f

View File

@@ -3,7 +3,7 @@ spring:
auto: true
proxy-target-class: true
datasource:
url : jdbc:h2:file:./target/workflow-test
url : jdbc:h2:file:./target/workflow-test;DB_CLOSE_ON_EXIT=FALSE
username : sa
password :
type: com.alibaba.druid.pool.DruidDataSource