From 8b7ee4980252e083b0ce75c87dbacfcc37bf092b Mon Sep 17 00:00:00 2001 From: liyj <1003249715@qq.com> Date: Sat, 17 Aug 2024 17:47:22 +0800 Subject: [PATCH] 1、修改redis依赖 --- dyh-service/dyh-cust/src/main/resources/config/application-test.yml | 10 +--------- dyh-service/dyh-cust/src/main/resources/config/application-dev.yml | 10 +--------- dyh-service/dyh-cust/src/main/resources/config/application-prod.yml | 10 +--------- dyh-service/dyh-base/pom.xml | 11 +++++------ 4 files changed, 8 insertions(+), 33 deletions(-) diff --git a/dyh-service/dyh-base/pom.xml b/dyh-service/dyh-base/pom.xml index e8ee743..0794a4f 100644 --- a/dyh-service/dyh-base/pom.xml +++ b/dyh-service/dyh-base/pom.xml @@ -87,6 +87,10 @@ <artifactId>spring-test</artifactId> <version>RELEASE</version> </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-data-jpa</artifactId> + </dependency> <!-- spring end --> <!-- reactor-core --> @@ -136,13 +140,8 @@ <artifactId>jedis</artifactId> </dependency> <dependency> - <groupId>org.springframework.data</groupId> - <artifactId>spring-data-redis</artifactId> - </dependency> - <dependency> <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-configuration-processor</artifactId> - <optional>true</optional> + <artifactId>spring-boot-starter-data-redis</artifactId> </dependency> <!-- Redis end --> diff --git a/dyh-service/dyh-cust/src/main/resources/config/application-dev.yml b/dyh-service/dyh-cust/src/main/resources/config/application-dev.yml index 65cd699..6970d61 100644 --- a/dyh-service/dyh-cust/src/main/resources/config/application-dev.yml +++ b/dyh-service/dyh-cust/src/main/resources/config/application-dev.yml @@ -73,12 +73,4 @@ servlet: context-path: / ssl: - enabled: false - -miniapp: - #小程序配置-白云调解调解员小程序 - wx_miniapp_appid: wxf76413cad95493c7 - wx_miniapp_secret: cb0318e79a56c15cda0c4ee710fe59c0 - wx_miniapp_token: - wx_miniapp_aeskey: - wx_miniapp_msgDataFormat: JSON \ No newline at end of file + enabled: false \ No newline at end of file diff --git a/dyh-service/dyh-cust/src/main/resources/config/application-prod.yml b/dyh-service/dyh-cust/src/main/resources/config/application-prod.yml index 65cd699..6970d61 100644 --- a/dyh-service/dyh-cust/src/main/resources/config/application-prod.yml +++ b/dyh-service/dyh-cust/src/main/resources/config/application-prod.yml @@ -73,12 +73,4 @@ servlet: context-path: / ssl: - enabled: false - -miniapp: - #小程序配置-白云调解调解员小程序 - wx_miniapp_appid: wxf76413cad95493c7 - wx_miniapp_secret: cb0318e79a56c15cda0c4ee710fe59c0 - wx_miniapp_token: - wx_miniapp_aeskey: - wx_miniapp_msgDataFormat: JSON \ No newline at end of file + enabled: false \ No newline at end of file diff --git a/dyh-service/dyh-cust/src/main/resources/config/application-test.yml b/dyh-service/dyh-cust/src/main/resources/config/application-test.yml index 65cd699..6970d61 100644 --- a/dyh-service/dyh-cust/src/main/resources/config/application-test.yml +++ b/dyh-service/dyh-cust/src/main/resources/config/application-test.yml @@ -73,12 +73,4 @@ servlet: context-path: / ssl: - enabled: false - -miniapp: - #小程序配置-白云调解调解员小程序 - wx_miniapp_appid: wxf76413cad95493c7 - wx_miniapp_secret: cb0318e79a56c15cda0c4ee710fe59c0 - wx_miniapp_token: - wx_miniapp_aeskey: - wx_miniapp_msgDataFormat: JSON \ No newline at end of file + enabled: false \ No newline at end of file -- Gitblit v1.8.0