mirror of
https://github.com/hs-web/hsweb-framework.git
synced 2026-06-06 05:17:46 +08:00
;DB_CLOSE_ON_EXIT=FALSE
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user