@@ -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