完善ssrc符合国标,并完善很多小问题

This commit is contained in:
songww 2020-05-10 22:33:43 +08:00
parent 0853ec60fe
commit 802838a859

View File

@ -16,35 +16,11 @@ spring:
password:
#超时时间
timeout: 10000
# 可用连接实例的最大数目默认值为8
maxTotal: 512
#控制一个pool最多有多少个状态为idle(空闲的)的jedis实例默认值也是8
maxIdle: 100
#最小空闲连接数
minIdle: 50
#获取连接时的最大等待毫秒数,小于零:阻塞不确定的时间,默认-1
maxWaitMillis: 10000
#每次释放连接的最大数目
numTestsPerEvictionRun: 100
#释放连接的扫描间隔(毫秒)
timeBetweenEvictionRunsMillis: 3000
#连接最小空闲时间
minEvictableIdleTimeMillis: 1800000
#连接空闲多久后释放,当空闲时间>该值且空闲连接>最大空闲连接数时直接释放
softMinEvictableIdleTimeMillis: 10000
#在获取连接的时候检查有效性,默认false
testOnBorrow: true
#在空闲时检查有效性,默认false
testWhileIdle: true
#在归还给pool时是否提前进行validate操作
testOnReturn: true
#连接耗尽时是否阻塞,false报异常,ture阻塞直到超时,默认true
blockWhenExhausted: false
datasource:
name: eiot
url: jdbc:mysql://10.24.20.63:3306/eiot?useUnicode=true&characterEncoding=UTF8&rewriteBatchedStatements=true
username: root
password: Ptjsinspur19.?
password: 123456
type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: com.mysql.jdbc.Driver
server: