Commit 13d448a6 by Administrator

Update techhero-ksfw-service.yml

parent 3e39e35a
......@@ -12,8 +12,8 @@ spring:
keepalive-time: 30000
idle-timeout: 600000
max-lifetime: 1500000
max-pool-size: 200
min-idle: 100
max-pool-size: 10
min-idle: 5
connection-test-query: select 1
# 数据源列表
datasource:
......@@ -23,7 +23,7 @@ spring:
password: a3Nmd19kZXY=
driver-class-name: com.mysql.jdbc.Driver
hikari:
max-pool-size: 150
max-pool-size: 5
slave_1:
url: jdbc:mysql://119.96.87.17:30101/ksfw_dev?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8&allowMultiQueries=true
username: ksfw_dev
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment