|
@@ -10,6 +10,8 @@
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
<version>2.3.3.RELEASE</version>
|
|
<version>2.3.3.RELEASE</version>
|
|
|
|
+
|
|
|
|
+
|
|
</parent>
|
|
</parent>
|
|
|
|
|
|
<!-- 指定一些属性 -->
|
|
<!-- 指定一些属性 -->
|
|
@@ -26,7 +28,18 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
|
|
+ <exclusions>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <groupId>org.apache.logging.log4j</groupId>
|
|
|
|
+ <artifactId>log4j-api</artifactId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <groupId>org.apache.logging.log4j</groupId>
|
|
|
|
+ <artifactId>log4j-to-slf4j</artifactId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ </exclusions>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-aop</artifactId>
|
|
<artifactId>spring-boot-starter-aop</artifactId>
|
|
@@ -111,7 +124,7 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.alibaba</groupId>
|
|
<groupId>com.alibaba</groupId>
|
|
<artifactId>fastjson</artifactId>
|
|
<artifactId>fastjson</artifactId>
|
|
- <version>1.2.73</version>
|
|
|
|
|
|
+ <version>2.0.6</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<!-- ConfigurationProperties -->
|
|
<!-- ConfigurationProperties -->
|