|
@@ -41,15 +41,21 @@
|
|
|
<artifactId>spring-boot-starter-data-redis</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>com.esotericsoftware</groupId>
|
|
|
- <artifactId>kryo</artifactId>
|
|
|
- <version>4.0.2</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>de.javakaffee</groupId>
|
|
|
- <artifactId>kryo-serializers</artifactId>
|
|
|
- <version>0.45</version>
|
|
|
+ <!-- <dependency> -->
|
|
|
+ <!-- <groupId>com.esotericsoftware</groupId> -->
|
|
|
+ <!-- <artifactId>kryo</artifactId> -->
|
|
|
+ <!-- <version>4.0.2</version> -->
|
|
|
+ <!-- </dependency> -->
|
|
|
+ <!-- <dependency> -->
|
|
|
+ <!-- <groupId>de.javakaffee</groupId> -->
|
|
|
+ <!-- <artifactId>kryo-serializers</artifactId> -->
|
|
|
+ <!-- <version>0.45</version> -->
|
|
|
+ <!-- </dependency> -->
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.dubbo.extensions</groupId>
|
|
|
+ <artifactId>dubbo-serialization-kryo</artifactId>
|
|
|
+ <version>1.0.1</version>
|
|
|
</dependency>
|
|
|
|
|
|
|
|
@@ -84,8 +90,7 @@
|
|
|
<dependency>
|
|
|
<groupId>cn.hutool</groupId>
|
|
|
<artifactId>hutool-all</artifactId>
|
|
|
- <version>RELEASE</version>
|
|
|
- <scope>compile</scope>
|
|
|
+ <version>5.2.4</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- <dependency>-->
|
|
@@ -105,9 +110,8 @@
|
|
|
<dependency>
|
|
|
<groupId>com.txz</groupId>
|
|
|
<artifactId>common</artifactId>
|
|
|
- <version>1.0.0-SNAPSHOT</version>
|
|
|
-
|
|
|
</dependency>
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>com.txz</groupId>
|
|
|
<artifactId>operating-api</artifactId>
|
|
@@ -128,7 +132,6 @@
|
|
|
<groupId>com.txz</groupId>
|
|
|
<artifactId>operating-api</artifactId>
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
|
-
|
|
|
</dependency>
|
|
|
|
|
|
<!-- <dependency>-->
|
|
@@ -238,11 +241,11 @@
|
|
|
<artifactId>spring-cloud-starter-bootstrap</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.dubbo</groupId>
|
|
|
- <artifactId>dubbo-serialization-kryo</artifactId>
|
|
|
- <version>2.7.9</version>
|
|
|
- </dependency>
|
|
|
+ <!-- <dependency> -->
|
|
|
+ <!-- <groupId>org.apache.dubbo</groupId> -->
|
|
|
+ <!-- <artifactId>dubbo-serialization-kryo</artifactId> -->
|
|
|
+ <!-- <version>2.7.9</version> -->
|
|
|
+ <!-- </dependency> -->
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>org.springdoc</groupId>
|
|
@@ -261,34 +264,45 @@
|
|
|
<version>2.2.9.RELEASE</version>
|
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.dubbo</groupId>
|
|
|
- <artifactId>dubbo-spring-boot-starter</artifactId>
|
|
|
- <version>3.0.10</version>
|
|
|
- </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.cloud</groupId> -->
|
|
|
+ <!-- <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId> -->
|
|
|
+ <!-- <version>2.2.9.RELEASE</version> -->
|
|
|
+ <!-- </dependency> -->
|
|
|
+ <!-- <dependency> -->
|
|
|
+ <!-- <groupId>com.alibaba.cloud</groupId> -->
|
|
|
+ <!-- <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId> -->
|
|
|
+ <!-- <version>2.2.9.RELEASE</version> -->
|
|
|
+ <!-- </dependency> -->
|
|
|
+
|
|
|
+ <!-- <dependency> -->
|
|
|
+ <!-- <groupId>org.apache.dubbo</groupId> -->
|
|
|
+ <!-- <artifactId>dubbo-spring-boot-starter</artifactId> -->
|
|
|
+ <!-- <version>3.0.10</version> -->
|
|
|
+ <!-- </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>junit</groupId>
|