学习logback日志的使用

This commit is contained in:
F嘉阳
2018-02-24 20:07:05 +08:00
parent a08d60d77b
commit 0e25e4cfa5
6 changed files with 101 additions and 34 deletions

View File

@@ -54,6 +54,11 @@
<version>1.5.9.RELEASE</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
</dependencies>
<build>