记得上下班打卡 | git大法好,push需谨慎

Commit 53509f6e authored by 张国柄's avatar 张国柄

opt;

parent 551c9734
...@@ -121,10 +121,11 @@ spring: ...@@ -121,10 +121,11 @@ spring:
# type: org.apache.tomcat.jdbc.pool.DataSource # type: org.apache.tomcat.jdbc.pool.DataSource
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.cj.jdbc.Driver
hikari: hikari:
# 迁移数据暂设500
maximum-pool-size: 500 maximum-pool-size: 500
# 迁移数据暂设10分钟 # 迁移数据暂设10分钟
connection-timeout: 600000 connection-timeout: 600000
minimum-idle: 10 minimum-idle: 8
connection-test-query: SELECT 1 connection-test-query: SELECT 1
# ----------------------------------------------------------- # -----------------------------------------------------------
......
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