rev:修改多层子流程时透传函数套娃问题;
add:网关添加自动功能作为空节点使用
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
server:
|
||||
port: 8012
|
||||
max-http-header-size: 65536
|
||||
tomcat:
|
||||
accept-count: 300
|
||||
threads:
|
||||
max: 300
|
||||
min-spare: 30
|
||||
#配置数据源
|
||||
spring:
|
||||
datasource:
|
||||
@@ -8,6 +13,7 @@ spring:
|
||||
db-type: com.alibaba.druid.pool.DruidDataSource
|
||||
driverClassName: com.mysql.cj.jdbc.Driver
|
||||
url: jdbc:mysql://${DB_HOST:192.168.81.251}:${DB_PORT:3306}/${DB_NAME:wms}?serverTimezone=Asia/Shanghai&characterEncoding=utf8&useSSL=false&useOldAliasMetadataBehavior=true&allowPublicKeyRetrieval=true&useSSL=false
|
||||
# url: jdbc:mysql://${DB_HOST:127.0.0.1}:${DB_PORT:3306}/${DB_NAME:wms}?serverTimezone=Asia/Shanghai&characterEncoding=utf8&useSSL=false&useOldAliasMetadataBehavior=true&allowPublicKeyRetrieval=true&useSSL=false
|
||||
username: ${DB_USER:root}
|
||||
password: ${DB_PWD:123456}
|
||||
|
||||
@@ -20,7 +26,7 @@ spring:
|
||||
# 是否自动回收超时连接
|
||||
remove-abandoned: true
|
||||
# 超时时间(以秒数为单位)
|
||||
remove-abandoned-timeout: 180
|
||||
remove-abandoned-timeout: 10
|
||||
# 获取连接超时时间
|
||||
max-wait: 9000
|
||||
# 连接有效性检测时间
|
||||
|
||||
Reference in New Issue
Block a user