配置参数和脚本优化

This commit is contained in:
thinkgem
2022-04-24 17:48:16 +08:00
parent 93a09be05d
commit 6dce23a32f
22 changed files with 106 additions and 201 deletions

View File

@@ -12,6 +12,16 @@ jdbc:
password: jeesite
testSql: SELECT 1
# 数据库连接池配置
pool:
# 初始化连接数
init: 1
# 最小连接数
minIdle: 3
# 最大连接数
maxActive: 20
# 日志配置
logging:
config: classpath:config/logback-spring-prod.xml