Commit 4662c970 authored by 赵啸非's avatar 赵啸非

更新登录页面鉴权

parent e64135d6
......@@ -54,11 +54,11 @@ spring:
datasource:
druid:
# 连接池初始化时创建的连接数
initialSize: 5
initialSize: 10
# 连接池中最大连接数
maxActive: 50
# 连接池中最小空闲连接数
minIdle: 5
minIdle: 10
# 连接池中最大空闲连接数
maxIdle: 10
# 获取连接时的最大等待时间(毫秒)
......
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