修改 Redis,连接服务器上的
This commit is contained in:
parent
9fb182e21a
commit
0eeb4b3add
@ -6,6 +6,12 @@ spring:
|
||||
username: root
|
||||
password: 3WLiVUBEwTbvAfsh
|
||||
|
||||
# Redis 配置
|
||||
redis:
|
||||
host: 400-infra.server.iocoder.cn
|
||||
port: 6379
|
||||
database: 0
|
||||
|
||||
# Spring Cloud 配置项
|
||||
cloud:
|
||||
nacos:
|
||||
|
@ -8,7 +8,7 @@ spring:
|
||||
|
||||
# Redis 配置
|
||||
redis:
|
||||
host: 127.0.0.1
|
||||
host: 400-infra.server.iocoder.cn
|
||||
port: 6379
|
||||
database: 0
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
package cn.iocoder.mall.systemservice.service;
|
Loading…
Reference in New Issue
Block a user