添加运行日志处理,频率为每天对error和info级别的日志进行文件保存

实现判断注册用户名是否已存在
This commit is contained in:
F嘉阳
2018-02-24 20:42:20 +08:00
parent 99aca7d6c8
commit fc3ef4f9af
9 changed files with 171 additions and 7 deletions

View File

@@ -61,6 +61,11 @@
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
</dependencies>