|
@@ -3,9 +3,10 @@
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
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>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<parent>
|
|
- <groupId>com.fdkankan</groupId>
|
|
|
|
- <artifactId>4dkankan-parent</artifactId>
|
|
|
|
- <version>2.0.0-SNAPSHOT</version>
|
|
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
+ <artifactId>spring-boot-starter-parent</artifactId>
|
|
|
|
+ <version>2.3.12.RELEASE</version>
|
|
|
|
+ <relativePath/>
|
|
</parent>
|
|
</parent>
|
|
<artifactId>4dkankan-center-modeling</artifactId>
|
|
<artifactId>4dkankan-center-modeling</artifactId>
|
|
<version>2.0.0-SNAPSHOT</version>
|
|
<version>2.0.0-SNAPSHOT</version>
|
|
@@ -48,16 +49,43 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter</artifactId>
|
|
<artifactId>spring-boot-starter</artifactId>
|
|
|
|
+ <exclusions>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <groupId>org.apache.logging.log4j</groupId>
|
|
|
|
+ <artifactId>log4j-to-slf4j</artifactId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ </exclusions>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<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>
|
|
|
|
+ <exclusions>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <groupId>org.apache.logging.log4j</groupId>
|
|
|
|
+ <artifactId>log4j-api</artifactId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ </exclusions>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+ <!-- https://mvnrepository.com/artifact/com.alibaba.cloud/spring-cloud-starter-alibaba-nacos-config -->
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
|
|
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
|
|
|
|
+ <version>2.2.7.RELEASE</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
@@ -66,14 +94,9 @@
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>cn.hutool</groupId>
|
|
|
|
- <artifactId>hutool-all</artifactId>
|
|
|
|
- </dependency>
|
|
|
|
-
|
|
|
|
- <dependency>
|
|
|
|
<groupId>com.fdkankan</groupId>
|
|
<groupId>com.fdkankan</groupId>
|
|
<artifactId>4dkankan-utils-db</artifactId>
|
|
<artifactId>4dkankan-utils-db</artifactId>
|
|
- <version>2.0.0-SNAPSHOT</version>
|
|
|
|
|
|
+ <version>3.0.0-SNAPSHOT</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
@@ -82,6 +105,24 @@
|
|
<version>2.3.1</version>
|
|
<version>2.3.1</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>com.yomahub</groupId>
|
|
|
|
+ <artifactId>tlog-web-spring-boot-starter</artifactId>
|
|
|
|
+ <version>1.5.0</version>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>net.logstash.logback</groupId>
|
|
|
|
+ <artifactId>logstash-logback-encoder</artifactId>
|
|
|
|
+ <version>5.0</version>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>com.yomahub</groupId>
|
|
|
|
+ <artifactId>tlog-logstash-logback</artifactId>
|
|
|
|
+ <version>1.5.0</version>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|
|
<build>
|
|
<build>
|