修改 Redis,连接服务器上的

This commit is contained in:
YunaiV 2020-12-05 23:26:39 +08:00
parent 9fb182e21a
commit 0eeb4b3add
3 changed files with 7 additions and 2 deletions

View File

@ -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:

View File

@ -8,7 +8,7 @@ spring:
# Redis 配置
redis:
host: 127.0.0.1
host: 400-infra.server.iocoder.cn
port: 6379
database: 0