mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-19 10:12:50 +00:00
合并redis配置错误
This commit is contained in:
parent
d2365088ce
commit
2c38db456b
@ -152,11 +152,12 @@ spring:
|
|||||||
#password: root
|
#password: root
|
||||||
#driver-class-name: com.mysql.cj.jdbc.Driver
|
#driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
#redis 配置
|
#redis 配置
|
||||||
redis:
|
data:
|
||||||
database: 0
|
redis:
|
||||||
host: 127.0.0.1
|
database: 0
|
||||||
port: 6379
|
host: 127.0.0.1
|
||||||
password: ''
|
port: 6379
|
||||||
|
password:
|
||||||
#mybatis plus 设置
|
#mybatis plus 设置
|
||||||
mybatis-plus:
|
mybatis-plus:
|
||||||
mapper-locations: classpath*:org/jeecg/**/xml/*Mapper.xml
|
mapper-locations: classpath*:org/jeecg/**/xml/*Mapper.xml
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user