|
@@ -3,11 +3,17 @@
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
+<!-- <parent>-->
|
|
|
+<!-- <groupId>org.springframework.boot</groupId>-->
|
|
|
+<!-- <artifactId>spring-boot-starter-parent</artifactId>-->
|
|
|
+<!-- <version>2.3.12.RELEASE</version>-->
|
|
|
+<!-- <relativePath/>-->
|
|
|
+<!-- </parent>-->
|
|
|
+
|
|
|
<parent>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-parent</artifactId>
|
|
|
- <version>2.3.12.RELEASE</version>
|
|
|
- <relativePath/>
|
|
|
+ <groupId>com.chinatower.cloud</groupId>
|
|
|
+ <artifactId>spring-cloud-chinatower-platform</artifactId>
|
|
|
+ <version>3.0.6.0</version>
|
|
|
</parent>
|
|
|
|
|
|
<groupId>com.fdkankan</groupId>
|
|
@@ -53,16 +59,28 @@
|
|
|
</properties>
|
|
|
|
|
|
<dependencies>
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
- <artifactId>spring-web</artifactId>
|
|
|
- <version>5.2.16.RELEASE</version>
|
|
|
- </dependency>
|
|
|
+<!-- <dependency>-->
|
|
|
+<!-- <groupId>org.springframework.boot</groupId>-->
|
|
|
+<!-- <artifactId>spring-boot-starter-web</artifactId>-->
|
|
|
+<!-- <exclusions>-->
|
|
|
+<!-- <exclusion>-->
|
|
|
+<!-- <groupId>org.springframework</groupId>-->
|
|
|
+<!-- <artifactId>spring-web</artifactId>-->
|
|
|
+<!-- </exclusion>-->
|
|
|
+<!-- </exclusions>-->
|
|
|
+<!-- </dependency>-->
|
|
|
+
|
|
|
+<!-- <dependency>-->
|
|
|
+<!-- <groupId>org.springframework</groupId>-->
|
|
|
+<!-- <artifactId>spring-web</artifactId>-->
|
|
|
+<!-- <version>5.2.16.RELEASE</version>-->
|
|
|
+<!-- </dependency>-->
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
@@ -90,16 +108,16 @@
|
|
|
<artifactId>lombok</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>com.yomahub</groupId>
|
|
|
- <artifactId>tlog-web-spring-boot-starter</artifactId>
|
|
|
- <version>1.3.6</version>
|
|
|
- </dependency>
|
|
|
+<!-- <dependency>-->
|
|
|
+<!-- <groupId>com.yomahub</groupId>-->
|
|
|
+<!-- <artifactId>tlog-web-spring-boot-starter</artifactId>-->
|
|
|
+<!-- <version>1.3.6</version>-->
|
|
|
+<!-- </dependency>-->
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.yomahub</groupId>
|
|
|
- <artifactId>tlog-feign-spring-boot-starter</artifactId>
|
|
|
- <version>1.3.6</version>
|
|
|
+ <artifactId>tlog-all-spring-boot-starter</artifactId>
|
|
|
+ <version>1.5.1</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- htt请求工具-->
|
|
@@ -140,118 +158,41 @@
|
|
|
<artifactId>freemarker</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.chinatower.cloud</groupId>
|
|
|
+ <artifactId>spring-cloud-starter-chinatower-nacos-discovery</artifactId>
|
|
|
+ <version>3.0.6.0</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+<!-- <dependency>-->
|
|
|
+<!-- <groupId>org.springframework.cloud</groupId>-->
|
|
|
+<!-- <artifactId>spring-cloud-starter-openfeign</artifactId>-->
|
|
|
+<!-- </dependency>-->
|
|
|
+
|
|
|
</dependencies>
|
|
|
|
|
|
- <dependencyManagement>
|
|
|
-
|
|
|
- <dependencies>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>com.alibaba.cloud</groupId>
|
|
|
- <artifactId>spring-cloud-alibaba-dependencies</artifactId>
|
|
|
- <version>2.2.7.RELEASE</version>
|
|
|
- <type>pom</type>
|
|
|
- <scope>import</scope>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework.cloud</groupId>
|
|
|
- <artifactId>spring-cloud-dependencies</artifactId>
|
|
|
- <version>${spring.cloud-version}</version>
|
|
|
- <type>pom</type>
|
|
|
- <scope>import</scope>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>cn.hutool</groupId>
|
|
|
- <artifactId>hutool-all</artifactId>
|
|
|
- <version>${hutool-version}</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>com.alibaba</groupId>
|
|
|
- <artifactId>fastjson</artifactId>
|
|
|
- <version>${fastjson-version}</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>javax.servlet</groupId>
|
|
|
- <artifactId>servlet-api</artifactId>
|
|
|
- <version>${servlet-api-version}</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>org.mybatis.spring.boot</groupId>
|
|
|
- <artifactId>mybatis-spring-boot-starter</artifactId>
|
|
|
- <version>${spring.boot-mybatis-version}</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework.plugin</groupId>
|
|
|
- <artifactId>spring-plugin-metadata</artifactId>
|
|
|
- <version>${spring.plugin.metadata-version}</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>com.auth0</groupId>
|
|
|
- <artifactId>java-jwt</artifactId>
|
|
|
- <version>${jwt-version}</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.ant</groupId>
|
|
|
- <artifactId>ant</artifactId>
|
|
|
- <version>${ant-version}</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.shiro</groupId>
|
|
|
- <artifactId>shiro-spring</artifactId>
|
|
|
- <version>${shiro.version}</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>io.jsonwebtoken</groupId>
|
|
|
- <artifactId>jjwt</artifactId>
|
|
|
- <version>${jjwt.version}</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>com.google.protobuf</groupId>
|
|
|
- <artifactId>protobuf-java</artifactId>
|
|
|
- <version>${protobuf-java.version}</version>
|
|
|
- </dependency>
|
|
|
+<!-- <dependencyManagement>-->
|
|
|
+
|
|
|
+<!-- <dependencies>-->
|
|
|
|
|
|
<!-- <dependency>-->
|
|
|
-<!-- <groupId>org.apache.commons</groupId>-->
|
|
|
-<!-- <artifactId>commons-lang3</artifactId>-->
|
|
|
-<!-- <version>${commons-lang3.version}</version>-->
|
|
|
+<!-- <groupId>com.alibaba.cloud</groupId>-->
|
|
|
+<!-- <artifactId>spring-cloud-alibaba-dependencies</artifactId>-->
|
|
|
+<!-- <version>2.2.7.RELEASE</version>-->
|
|
|
+<!-- <type>pom</type>-->
|
|
|
+<!-- <scope>import</scope>-->
|
|
|
<!-- </dependency>-->
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.commons</groupId>
|
|
|
- <artifactId>commons-pool2</artifactId>
|
|
|
- <version>${commons-pool2.version}</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.logging.log4j</groupId>
|
|
|
- <artifactId>log4j-api</artifactId>
|
|
|
- <version>2.17.0</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.logging.log4j</groupId>
|
|
|
- <artifactId>log4j-to-slf4j</artifactId>
|
|
|
- <version>2.17.0</version>
|
|
|
- </dependency>
|
|
|
|
|
|
<!-- <dependency>-->
|
|
|
-<!-- <groupId>com.chinatower.cloud</groupId>-->
|
|
|
-<!-- <artifactId>spring-cloud-chinatower-platform</artifactId>-->
|
|
|
-<!-- <version>3.0.6.0</version>-->
|
|
|
+<!-- <groupId>org.springframework.cloud</groupId>-->
|
|
|
+<!-- <artifactId>spring-cloud-dependencies</artifactId>-->
|
|
|
+<!-- <version>Hoxton.SR8</version>-->
|
|
|
+<!-- <type>pom</type>-->
|
|
|
+<!-- <scope>import</scope>-->
|
|
|
<!-- </dependency>-->
|
|
|
|
|
|
- </dependencies>
|
|
|
- </dependencyManagement>
|
|
|
+<!-- </dependencies>-->
|
|
|
+<!-- </dependencyManagement>-->
|
|
|
|
|
|
|
|
|
<build>
|