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

@@ -16,6 +16,11 @@
</properties>
<dependencies>
<dependency>
<groupId>com.lmax</groupId>
<artifactId>disruptor</artifactId>
</dependency>
<dependency>
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator-i18n-support</artifactId>