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;