|
|
@@ -45,6 +45,13 @@ spring:
|
|
|
password: zks123456
|
|
|
hikari:
|
|
|
auto-commit: false
|
|
|
+ minimum-idle: 5
|
|
|
+ maximum-pool-size: 15
|
|
|
+ idle-timeout: 30000
|
|
|
+ pool-name: DatebookHikariCP
|
|
|
+ max-lifetime: 1800000
|
|
|
+ connection-timeout: 30000
|
|
|
+ connection-test-query: SELECT 1
|
|
|
data-source-properties:
|
|
|
cachePrepStmts: true
|
|
|
prepStmtCacheSize: 250
|
|
|
@@ -78,8 +85,8 @@ spring:
|
|
|
jobExecutorActivate: false
|
|
|
asyncExecutorEnabled: false
|
|
|
asyncExecutorActivate: false
|
|
|
- database-schema-update: true
|
|
|
- check-process-definitions: true
|
|
|
+ database-schema-update: false
|
|
|
+ check-process-definitions: false
|
|
|
process-definition-location-prefix: classpath:/processes2/
|
|
|
# process-definition-location-suffixes:
|
|
|
# - **.bpmn
|