File tree Expand file tree Collapse file tree 6 files changed +0
-48
lines changed
dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/resources
dolphinscheduler-api/src/main/resources
dolphinscheduler-master/src/main/resources
dolphinscheduler-tools/src Expand file tree Collapse file tree 6 files changed +0
-48
lines changed Original file line number Diff line number Diff line change @@ -30,15 +30,7 @@ spring:
3030 password : root
3131 hikari :
3232 connection-test-query : select 1
33- minimum-idle : 5
34- auto-commit : true
35- validation-timeout : 3000
3633 pool-name : DolphinScheduler
37- maximum-pool-size : 50
38- connection-timeout : 30000
39- idle-timeout : 600000
40- leak-detection-threshold : 0
41- initialization-fail-timeout : 1
4234
4335# Mybatis-plus configuration, you don't need to change it
4436mybatis-plus :
Original file line number Diff line number Diff line change @@ -51,15 +51,7 @@ spring:
5151 password : root
5252 hikari :
5353 connection-test-query : select 1
54- minimum-idle : 5
55- auto-commit : true
56- validation-timeout : 3000
5754 pool-name : DolphinScheduler
58- maximum-pool-size : 50
59- connection-timeout : 30000
60- idle-timeout : 600000
61- leak-detection-threshold : 0
62- initialization-fail-timeout : 1
6355 quartz :
6456 auto-startup : false
6557 job-store-type : jdbc
Original file line number Diff line number Diff line change @@ -29,15 +29,7 @@ spring:
2929 password : root
3030 hikari :
3131 connection-test-query : select 1
32- minimum-idle : 5
33- auto-commit : true
34- validation-timeout : 3000
3532 pool-name : DolphinScheduler
36- maximum-pool-size : 50
37- connection-timeout : 30000
38- idle-timeout : 600000
39- leak-detection-threshold : 0
40- initialization-fail-timeout : 1
4133 quartz :
4234 job-store-type : jdbc
4335 jdbc :
Original file line number Diff line number Diff line change @@ -24,15 +24,7 @@ spring:
2424 password : root
2525 hikari :
2626 connection-test-query : select 1
27- minimum-idle : 5
28- auto-commit : true
29- validation-timeout : 3000
3027 pool-name : DolphinScheduler
31- maximum-pool-size : 50
32- connection-timeout : 30000
33- idle-timeout : 600000
34- leak-detection-threshold : 0
35- initialization-fail-timeout : 1
3628
3729# Mybatis-plus configuration, you don't need to change it
3830mybatis-plus :
Original file line number Diff line number Diff line change @@ -24,15 +24,7 @@ spring:
2424 password : root
2525 hikari :
2626 connection-test-query : select 1
27- minimum-idle : 5
28- auto-commit : true
29- validation-timeout : 3000
3027 pool-name : DolphinScheduler
31- maximum-pool-size : 50
32- connection-timeout : 30000
33- idle-timeout : 600000
34- leak-detection-threshold : 0
35- initialization-fail-timeout : 1
3628
3729mybatis-plus :
3830 mapper-locations : classpath:org/apache/dolphinscheduler/dao/mapper/*Mapper.xml
Original file line number Diff line number Diff line change @@ -24,15 +24,7 @@ spring:
2424 password : root
2525 hikari :
2626 connection-test-query : select 1
27- minimum-idle : 5
28- auto-commit : true
29- validation-timeout : 3000
3027 pool-name : DolphinScheduler
31- maximum-pool-size : 50
32- connection-timeout : 30000
33- idle-timeout : 600000
34- leak-detection-threshold : 0
35- initialization-fail-timeout : 1
3628
3729mybatis-plus :
3830 mapper-locations : classpath:org/apache/dolphinscheduler/dao/mapper/*Mapper.xml
You can’t perform that action at this time.
0 commit comments