springboot3分支的redis配置格式改了

pull/8550/head
JEECG 2025-05-22 11:12:27 +08:00
parent 2ecce8f02d
commit 08612d5bfa
4 changed files with 19 additions and 16 deletions

View File

@ -134,11 +134,12 @@ spring:
password: SYSDBA
driverClassName: dm.jdbc.driver.DmDriver
#redis 配置
redis:
database: 0
host: 127.0.0.1
port: 6379
password: ''
data:
redis:
database: 0
host: 127.0.0.1
port: 6379
password: ''
#mybatis plus 设置
mybatis-plus:
mapper-locations: classpath*:org/jeecg/**/xml/*Mapper.xml

View File

@ -148,11 +148,12 @@ spring:
password: system
driver-class-name: com.kingbase8.Driver
#redis 配置
redis:
database: 0
host: 127.0.0.1
port: 6379
password: ''
data:
redis:
database: 0
host: 127.0.0.1
port: 6379
password: ''
#mybatis plus 设置
mybatis-plus:
mapper-locations: classpath*:org/jeecg/**/xml/*Mapper.xml

View File

@ -22,7 +22,7 @@ management:
spring:
flyway:
# 是否启用flyway
enabled: true
enabled: false
# 是否关闭要清除已有库下的表功能,生产环境必须为true,否则会删库,非常重要!!!
clean-disabled: true
servlet:

View File

@ -155,11 +155,12 @@ spring:
#password: root
#driver-class-name: com.mysql.cj.jdbc.Driver
#redis 配置
redis:
database: 0
host: 192.168.1.188
port: 6379
password: ''
data:
redis:
database: 0
host: 127.0.0.1
port: 6379
password: ''
#mybatis plus 设置
mybatis-plus:
mapper-locations: classpath*:org/jeecg/**/xml/*Mapper.xml