|
@@ -98,11 +98,11 @@
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<!-- MS framework dependencies start -->
|
|
<!-- MS framework dependencies start -->
|
|
- <dependency>
|
|
|
|
- <groupId>org.jboss.spec.javax.servlet</groupId>
|
|
|
|
- <artifactId>jboss-servlet-api_3.1_spec</artifactId>
|
|
|
|
- <version>1.0.0.Final</version>
|
|
|
|
- </dependency>
|
|
|
|
|
|
+<!-- <dependency>-->
|
|
|
|
+<!-- <groupId>org.jboss.spec.javax.servlet</groupId>-->
|
|
|
|
+<!-- <artifactId>jboss-servlet-api_3.1_spec</artifactId>-->
|
|
|
|
+<!-- <version>1.0.0.Final</version>-->
|
|
|
|
+<!-- </dependency>-->
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
@@ -211,11 +211,17 @@
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<artifactId>spring-cloud-starter-zookeeper-config</artifactId>
|
|
<artifactId>spring-cloud-starter-zookeeper-config</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
- <!-- 分布式链路追踪 -->
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.springframework.cloud</groupId>
|
|
|
|
- <artifactId>spring-cloud-starter-zipkin</artifactId>
|
|
|
|
- </dependency>
|
|
|
|
|
|
+<!-- <!– 分布式链路追踪 –>-->
|
|
|
|
+<!-- <dependency>-->
|
|
|
|
+<!-- <groupId>org.springframework.cloud</groupId>-->
|
|
|
|
+<!-- <artifactId>spring-cloud-starter-zipkin</artifactId>-->
|
|
|
|
+<!-- <exclusions>-->
|
|
|
|
+<!-- <exclusion>-->
|
|
|
|
+<!-- <groupId>org.springframework.boot</groupId>-->
|
|
|
|
+<!-- <artifactId>spring-boot-starter-log4j2</artifactId>-->
|
|
|
|
+<!-- </exclusion>-->
|
|
|
|
+<!-- </exclusions>-->
|
|
|
|
+<!-- </dependency>-->
|
|
<!-- zookeeper 依赖的健康检查的jar,所以需要引入actuator这个依赖 -->
|
|
<!-- zookeeper 依赖的健康检查的jar,所以需要引入actuator这个依赖 -->
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
@@ -421,6 +427,7 @@
|
|
<artifactId>spring-boot-starter-log4j2</artifactId>
|
|
<artifactId>spring-boot-starter-log4j2</artifactId>
|
|
<version>${spring.boot.version}</version>
|
|
<version>${spring.boot.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|
|
<build>
|
|
<build>
|