删除配置文件中redis相关配置
This commit is contained in:
-14
@@ -121,20 +121,6 @@ spring:
|
|||||||
username: root
|
username: root
|
||||||
password: hzwlsoft.com
|
password: hzwlsoft.com
|
||||||
driver-class-name: com.p6spy.engine.spy.P6SpyDriver
|
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 设置
|
||||||
mybatis-plus:
|
mybatis-plus:
|
||||||
|
|||||||
-23
@@ -112,29 +112,6 @@ spring:
|
|||||||
username: law
|
username: law
|
||||||
password: Law!@123445
|
password: Law!@123445
|
||||||
driver-class-name: com.p6spy.engine.spy.P6SpyDriver
|
driver-class-name: com.p6spy.engine.spy.P6SpyDriver
|
||||||
# url: jdbc:mysql://127.0.0.1:3306/jero-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
|
||||||
# username: root
|
|
||||||
# password: 123456
|
|
||||||
# driver-class-name: com.mysql.cj.jdbc.Driver
|
|
||||||
# 多数据源配置
|
|
||||||
#multi-datasource1:
|
|
||||||
#url: jdbc:mysql://localhost:3306/jero-boot2?useUnicode=true&characterEncoding=utf8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
|
||||||
#username: root
|
|
||||||
#password: root
|
|
||||||
#driver-class-name: com.mysql.cj.jdbc.Driver
|
|
||||||
#redis 配置
|
|
||||||
redis:
|
|
||||||
database: 6
|
|
||||||
host: 10.186.16.129
|
|
||||||
lettuce:
|
|
||||||
pool:
|
|
||||||
max-active: 8 #最大连接数据库连接数,设 0 为没有限制
|
|
||||||
max-idle: 8 #最大等待连接中的数量,设 0 为没有限制
|
|
||||||
max-wait: -1ms #最大建立连接等待时间。如果超过此时间将接到异常。设为-1表示无限制。
|
|
||||||
min-idle: 0 #最小等待连接中的数量,设 0 为没有限制
|
|
||||||
shutdown-timeout: 100ms
|
|
||||||
password: 'VIpbG5w1!ufh'
|
|
||||||
port: 20260
|
|
||||||
#mybatis plus 设置
|
#mybatis plus 设置
|
||||||
mybatis-plus:
|
mybatis-plus:
|
||||||
mapper-locations: classpath*:com/jero/**/xml/*Mapper.xml
|
mapper-locations: classpath*:com/jero/**/xml/*Mapper.xml
|
||||||
|
|||||||
-14
@@ -121,20 +121,6 @@ spring:
|
|||||||
username: root
|
username: root
|
||||||
password: hzwlsoft.com
|
password: hzwlsoft.com
|
||||||
driver-class-name: com.p6spy.engine.spy.P6SpyDriver
|
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 设置
|
||||||
mybatis-plus:
|
mybatis-plus:
|
||||||
mapper-locations: classpath*:com/jero/**/xml/*Mapper.xml
|
mapper-locations: classpath*:com/jero/**/xml/*Mapper.xml
|
||||||
|
|||||||
Reference in New Issue
Block a user