Browse Source

修改配置

lijie 3 years ago
parent
commit
a98fb1403f
2 changed files with 11 additions and 4 deletions
  1. 10 0
      dmp-rwd-edit/pom.xml
  2. 1 4
      dmp-rwd-edit/src/main/resources/bootstrap-dev.yml

+ 10 - 0
dmp-rwd-edit/pom.xml

@@ -119,6 +119,16 @@
         <dependency>
             <groupId>org.springframework.cloud</groupId>
             <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
+            <exclusions>
+                <exclusion>
+                    <artifactId>HdrHistogram</artifactId>
+                    <groupId>org.hdrhistogram</groupId>
+                </exclusion>
+                <exclusion>
+                    <artifactId>guava</artifactId>
+                    <groupId>com.google.guava</groupId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <!-- 配置中心 -->

+ 1 - 4
dmp-rwd-edit/src/main/resources/bootstrap-dev.yml

@@ -4,7 +4,4 @@ spring:
   cloud:
     config:
       profile: dev2
-      uri: http://192.168.64.18:9932
-      allowOverride: true
-      overrideNone: true
-      overrideSystemProperties: false
+      uri: http://192.168.64.18:9932