引入mongodb,使用队列+单独线程记录访问日志

This commit is contained in:
2018-06-24 15:14:22 +08:00
parent 8b82fbe4db
commit 102a658a5f
9 changed files with 101 additions and 1 deletions

View File

@@ -37,6 +37,11 @@
<artifactId>enjoy</artifactId>
<version>3.4</version>
</dependency>-->
<!--<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver</artifactId>
<version>3.7.1</version>
</dependency>-->
</dependencies>