Browse Source

去掉sleuth

yingp 7 years ago
parent
commit
9cdb47a2c8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      base-servers/ui-server/pom.xml

+ 2 - 2
base-servers/ui-server/pom.xml

@@ -27,14 +27,14 @@
             <artifactId>spring-boot-starter-data-mongodb</artifactId>
         </dependency>
         <!-- sleuth -->
-        <dependency>
+        <!--<dependency>
             <groupId>org.springframework.cloud</groupId>
             <artifactId>spring-cloud-starter-zipkin</artifactId>
         </dependency>
         <dependency>
             <groupId>org.springframework.amqp</groupId>
             <artifactId>spring-rabbit</artifactId>
-        </dependency>
+        </dependency>-->
 
         <dependency>
             <groupId>org.springframework.boot</groupId>