From 0eeb4b3add591038e88e9b970c2edb9b391ec83e Mon Sep 17 00:00:00 2001 From: YunaiV <> Date: Sat, 5 Dec 2020 23:26:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20Redis=EF=BC=8C=E8=BF=9E?= =?UTF-8?q?=E6=8E=A5=E6=9C=8D=E5=8A=A1=E5=99=A8=E4=B8=8A=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-dev.yaml | 6 ++++++ .../src/main/resources/application-local.yaml | 2 +- .../cn/iocoder/mall/systemservice/service/package-info.java | 1 - 3 files changed, 7 insertions(+), 2 deletions(-) delete mode 100644 system-service-project/system-service-integration-test/src/test/java/cn/iocoder/mall/systemservice/service/package-info.java diff --git a/system-service-project/system-service-app/src/main/resources/application-dev.yaml b/system-service-project/system-service-app/src/main/resources/application-dev.yaml index 372800187..5f93d363a 100644 --- a/system-service-project/system-service-app/src/main/resources/application-dev.yaml +++ b/system-service-project/system-service-app/src/main/resources/application-dev.yaml @@ -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: diff --git a/system-service-project/system-service-app/src/main/resources/application-local.yaml b/system-service-project/system-service-app/src/main/resources/application-local.yaml index adbbf576e..b59d19223 100644 --- a/system-service-project/system-service-app/src/main/resources/application-local.yaml +++ b/system-service-project/system-service-app/src/main/resources/application-local.yaml @@ -8,7 +8,7 @@ spring: # Redis 配置 redis: - host: 127.0.0.1 + host: 400-infra.server.iocoder.cn port: 6379 database: 0 diff --git a/system-service-project/system-service-integration-test/src/test/java/cn/iocoder/mall/systemservice/service/package-info.java b/system-service-project/system-service-integration-test/src/test/java/cn/iocoder/mall/systemservice/service/package-info.java deleted file mode 100644 index 960445f36..000000000 --- a/system-service-project/system-service-integration-test/src/test/java/cn/iocoder/mall/systemservice/service/package-info.java +++ /dev/null @@ -1 +0,0 @@ -package cn.iocoder.mall.systemservice.service;