This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
liushuai
/
hz-project-management
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
35
Wiki
Activity
Browse Source
开发区
tags/24080901
PoffyZhang
1 year ago
parent
22c60f001b
commit
7c66cc9983
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pmapi/src/main/resources/application-dev.yml
+ 1
- 1
pmapi/src/main/resources/application-dev.yml
View File
@@ -53,7 +53,7 @@ spring:
# 是允许连接在连接池中空闲的最长时间
# 是允许连接在连接池中空闲的最长时间
minimum-idle: 5
minimum-idle: 5
# 配置最大池大小
# 配置最大池大小
maximum-pool-size:
2
0
maximum-pool-size:
5
0
# 是允许连接在连接池中空闲的最长时间(以毫秒为单位)
# 是允许连接在连接池中空闲的最长时间(以毫秒为单位)
idle-timeout: 60000
idle-timeout: 60000
# 池中连接关闭后的最长生命周期(以毫秒为单位)
# 池中连接关闭后的最长生命周期(以毫秒为单位)
Write
Preview
Loading…
Cancel
Save