通用日志记录

This commit is contained in:
zhh
2018-04-18 17:25:18 +08:00
parent 8dde877a9f
commit 2d4dc7e0c1
11 changed files with 171 additions and 28 deletions

View File

@@ -51,6 +51,10 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger2</artifactId>