1
This commit is contained in:
@@ -2,7 +2,7 @@ server:
|
||||
port: 6666
|
||||
spring:
|
||||
application:
|
||||
name: wxSend
|
||||
name: jd
|
||||
profiles:
|
||||
active: dev
|
||||
#数据源配置
|
||||
@@ -12,8 +12,8 @@ spring:
|
||||
username: root
|
||||
password: mysql_7sjTXH
|
||||
hikari:
|
||||
maximum-pool-size: 200 # 最大连接数
|
||||
minimum-idle: 5 # 最小空闲连接数
|
||||
maximum-pool-size: 2000 # 最大连接数
|
||||
minimum-idle: 48 # 最小空闲连接数
|
||||
idle-timeout: 30000 # 空闲连接超时时间(毫秒)
|
||||
max-lifetime: 2000000 # 最大生命周期(毫秒)
|
||||
connection-timeout: 30000 # 连接超时时间(毫秒)
|
||||
|
||||
Reference in New Issue
Block a user