yaoll 4 年之前
父节点
当前提交
320220868c
共有 2 个文件被更改,包括 15 次插入23 次删除
  1. 4 12
      dmp-rwd-edit/pom.xml
  2. 11 11
      dmp-rwd-edit/src/main/resources/application.yml

+ 4 - 12
dmp-rwd-edit/pom.xml

@@ -17,10 +17,10 @@
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.springframework.boot</groupId>
-            <artifactId>spring-boot-starter-data-redis</artifactId>
-        </dependency>
+<!--        <dependency>-->
+<!--            <groupId>org.springframework.boot</groupId>-->
+<!--            <artifactId>spring-boot-starter-data-redis</artifactId>-->
+<!--        </dependency>-->
         <dependency>
             <groupId>com.persagy</groupId>
             <artifactId>dmp-model</artifactId>
@@ -66,14 +66,6 @@
             <artifactId>spring-boot-starter-web</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.springframework.boot</groupId>
-            <artifactId>spring-boot-starter-amqp</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework.cloud</groupId>
-            <artifactId>spring-cloud-starter-openfeign</artifactId>
-        </dependency>
-        <dependency>
             <groupId>com.persagy</groupId>
             <artifactId>dmp-common</artifactId>
             <version>4.0.0</version>

+ 11 - 11
dmp-rwd-edit/src/main/resources/application.yml

@@ -33,14 +33,14 @@ spring:
     username: admin
     password: brzj123456
     virtual-host: /test
-  redis:
-    database: 10
-    host: 192.168.64.15
-    password: brzj123456
-    port: 9944
-    timeout: 6000
-    pool:
-      max-idle: 200
-      min-idle: 5
-      max-active: 1024
-      max-wait: 1000
+#  redis:
+#    database: 10
+#    host: 192.168.64.15
+#    password: brzj123456
+#    port: 9944
+#    timeout: 6000
+#    pool:
+#      max-idle: 200
+#      min-idle: 5
+#      max-active: 1024
+#      max-wait: 1000