Commit c47e47ff authored by 赵啸非's avatar 赵啸非

更新登录页面鉴权

parent 4662c970
......@@ -54,15 +54,18 @@ spring:
datasource:
druid:
# 连接池初始化时创建的连接数
initialSize: 10
initialSize: 5
# 连接池中最大连接数
maxActive: 50
# 连接池中最小空闲连接数
minIdle: 10
# 连接池中最大空闲连接数
maxIdle: 10
# 获取连接时的最大等待时间(毫秒)
maxWait: 60000
maxWait: 3000
validationQuery: SELECT 1
validationQueryTimeout: 1000
testWhileIdle: true
testOnBorrow: false
timeBetweenEvictionRunsMillis: 60000
minEvictableIdleTimeMillis: 300000
type: com.alibaba.druid.pool.DruidDataSource
#driver-class-name: com.p6spy.engine.spy.P6SpyDriver
driver-class-name: com.mysql.cj.jdbc.Driver
......
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