|
@@ -30,6 +30,22 @@
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
|
|
|
+ <!-- log4j -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-starter-log4j2</artifactId>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.lmax</groupId>
|
|
|
+ <artifactId>disruptor</artifactId>
|
|
|
+ <version>3.4.4</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.plumelog</groupId>
|
|
|
+ <artifactId>plumelog-log4j2</artifactId>
|
|
|
+ <version>3.5.3</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
<!-- torna swagger 插件 -->
|
|
|
<dependency>
|
|
|
<groupId>cn.torna</groupId>
|
|
@@ -37,7 +53,6 @@
|
|
|
<version>1.2.14</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
-
|
|
|
</dependencies>
|
|
|
|
|
|
<build>
|