mirror of https://gitee.com/stylefeng/guns
【8.0】更新数据库连接配置
parent
9d8019273f
commit
0c941fe829
|
@ -7,5 +7,5 @@ spring:
|
||||||
password: ${DEVOPS_MYSQL_PASSWORD}
|
password: ${DEVOPS_MYSQL_PASSWORD}
|
||||||
|
|
||||||
# 连接池大小根据实际情况调整
|
# 连接池大小根据实际情况调整
|
||||||
max-active: 100
|
maxActive: 100
|
||||||
max-pool-prepared-statement-per-connection-size: 100
|
maxPoolPreparedStatementPerConnectionSize: 100
|
||||||
|
|
Loading…
Reference in New Issue