|
@@ -61,7 +61,6 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.txz</groupId>
|
|
<groupId>com.txz</groupId>
|
|
<artifactId>common</artifactId>
|
|
<artifactId>common</artifactId>
|
|
- <version>1.0.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>cn.hutool</groupId>
|
|
<groupId>cn.hutool</groupId>
|
|
@@ -115,9 +114,9 @@
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>org.apache.dubbo</groupId>
|
|
|
|
|
|
+ <groupId>org.apache.dubbo.extensions</groupId>
|
|
<artifactId>dubbo-serialization-kryo</artifactId>
|
|
<artifactId>dubbo-serialization-kryo</artifactId>
|
|
- <version>2.7.9</version>
|
|
|
|
|
|
+ <version>1.0.1</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
@@ -137,28 +136,28 @@
|
|
<version>2.2.9.RELEASE</version>
|
|
<version>2.2.9.RELEASE</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>com.alibaba.nacos</groupId>
|
|
|
|
- <artifactId>nacos-client</artifactId>
|
|
|
|
- <version>2.2.2</version>
|
|
|
|
- </dependency>
|
|
|
|
-
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
- <artifactId>spring-boot-starter-web</artifactId>
|
|
|
|
- <!-- 移除tomcat容器-->
|
|
|
|
- <exclusions>
|
|
|
|
- <exclusion>
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
- <artifactId>spring-boot-starter-tomcat</artifactId>
|
|
|
|
- </exclusion>
|
|
|
|
- </exclusions>
|
|
|
|
- </dependency>
|
|
|
|
- <!-- 替换undertow容器 -->
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
- <artifactId>spring-boot-starter-undertow</artifactId>
|
|
|
|
- </dependency>
|
|
|
|
|
|
+ <!-- <dependency> -->
|
|
|
|
+ <!-- <groupId>com.alibaba.nacos</groupId> -->
|
|
|
|
+ <!-- <artifactId>nacos-client</artifactId> -->
|
|
|
|
+ <!-- <version>2.2.2</version> -->
|
|
|
|
+ <!-- </dependency> -->
|
|
|
|
+
|
|
|
|
+ <!-- <dependency> -->
|
|
|
|
+ <!-- <groupId>org.springframework.boot</groupId> -->
|
|
|
|
+ <!-- <artifactId>spring-boot-starter-web</artifactId> -->
|
|
|
|
+ <!-- <!– 移除tomcat容器–> -->
|
|
|
|
+ <!-- <exclusions> -->
|
|
|
|
+ <!-- <exclusion> -->
|
|
|
|
+ <!-- <groupId>org.springframework.boot</groupId> -->
|
|
|
|
+ <!-- <artifactId>spring-boot-starter-tomcat</artifactId> -->
|
|
|
|
+ <!-- </exclusion> -->
|
|
|
|
+ <!-- </exclusions> -->
|
|
|
|
+ <!-- </dependency> -->
|
|
|
|
+ <!-- <!– 替换undertow容器 –> -->
|
|
|
|
+ <!-- <dependency> -->
|
|
|
|
+ <!-- <groupId>org.springframework.boot</groupId> -->
|
|
|
|
+ <!-- <artifactId>spring-boot-starter-undertow</artifactId> -->
|
|
|
|
+ <!-- </dependency> -->
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>junit</groupId>
|
|
<groupId>junit</groupId>
|