Remove spring repo and add lamx disruptor for log4j2 async log

This commit is contained in:
lancer.hong
2021-11-05 01:02:05 +08:00
parent 98fe047ce9
commit 39f7318063
3 changed files with 19 additions and 2 deletions

View File

@@ -39,6 +39,12 @@
</properties>
<dependencies>
<dependency>
<groupId>com.lmax</groupId>
<artifactId>disruptor</artifactId>
<version>3.4.4</version>
</dependency>
<dependency>
<groupId>com.fizzgate</groupId>
<artifactId>fizz-common</artifactId>