|
@@ -27,16 +27,16 @@ spring:
|
|
|
logSlowSql: true
|
|
|
redis:
|
|
|
port: 6379
|
|
|
- password:
|
|
|
+ password: meloinfo2023!
|
|
|
host: 192.168.1.169
|
|
|
database: 0
|
|
|
lettuce:
|
|
|
pool:
|
|
|
- max-active: 8
|
|
|
- max-idle: 8
|
|
|
- min-idle: 5
|
|
|
- timeout: 3
|
|
|
-
|
|
|
+ min-idle: 50
|
|
|
+ max-idle: 50
|
|
|
+ max-active: 100
|
|
|
+ max-wait: 3000s
|
|
|
+ timeout: 5000s
|
|
|
#jetcache:
|
|
|
# statIntervalMinutes: 15 # 指定统计间隔,以分钟为单位。0表示没有统计数据。
|
|
|
# areaInCacheName: true # jetcache-anno使用缓存名称作为远程缓存密钥前缀,在jetcache 2.4.3 和之前的版本中,它总是在缓存名称中添加区域名称,从2.4.4开始我们有这个配置项,为兼容原因,默认值为true。
|
|
@@ -62,3 +62,5 @@ spring:
|
|
|
# minIdle: 5 # 连接池中的最小空闲连接数
|
|
|
# maxIdle: 20 # 连接池中的最大空闲连接数
|
|
|
# maxTotal: 50 # 连接池中的最大连接数
|
|
|
+logging:
|
|
|
+ config: classpath:logback-spring-dev.xml
|