forked from gzzfw/backEnd/gz-dyh

liyj
2024-08-17 8b7ee4980252e083b0ce75c87dbacfcc37bf092b
1、修改redis依赖
4 files modified
41 ■■■■ changed files
dyh-service/dyh-base/pom.xml 11 ●●●● patch | view | raw | blame | history
dyh-service/dyh-cust/src/main/resources/config/application-dev.yml 10 ●●●● patch | view | raw | blame | history
dyh-service/dyh-cust/src/main/resources/config/application-prod.yml 10 ●●●● patch | view | raw | blame | history
dyh-service/dyh-cust/src/main/resources/config/application-test.yml 10 ●●●● patch | view | raw | blame | history
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 -->
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
      enabled: false
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
      enabled: false
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
      enabled: false