删除配置文件中redis相关配置

This commit is contained in:
wangzhijiang
2024-03-12 15:24:54 +08:00
parent aef156c46d
commit 0fd8a68e7b
3 changed files with 0 additions and 51 deletions
@@ -121,20 +121,6 @@ spring:
username: root
password: hzwlsoft.com
driver-class-name: com.p6spy.engine.spy.P6SpyDriver
redis:
database: 11
host: 121.36.69.172
#host: localhost
lettuce:
pool:
max-active: 8 #最大连接数据库连接数,设 0 为没有限制
max-idle: 8 #最大等待连接中的数量,设 0 为没有限制
max-wait: -1ms #最大建立连接等待时间。如果超过此时间将接到异常。设为-1表示无限制。
min-idle: 0 #最小等待连接中的数量,设 0 为没有限制
shutdown-timeout: 100ms
password: hzwlsoft.com
port: 4780
# port: 6379
#mybatis plus 设置
mybatis-plus:
mapper-locations: classpath*:com/jero/**/xml/*Mapper.xml