redis信息
parent
35dbee0168
commit
61f21d0f08
|
|
@ -13,10 +13,10 @@ spring:
|
|||
password: 4e14b5378637d9c7 # 数据库密码
|
||||
# Redis配置
|
||||
redis:
|
||||
host: localhost # Redis服务地址
|
||||
port: 6379 # Redis端口
|
||||
host: 139.224.213.131 # Redis服务地址
|
||||
port: 7001 # Redis端口
|
||||
password: # Redis密码
|
||||
database: 0 # 数据库索引
|
||||
database: 4 # 数据库索引
|
||||
|
||||
# Mybatis-plus配置 【是否开启SQL日志输出】
|
||||
#mybatis-plus:
|
||||
|
|
|
|||
Loading…
Reference in New Issue