🎨 操作日志功能:生产日志部分

This commit is contained in:
hccake
2020-05-15 15:44:22 +08:00
parent 7dbe420d8d
commit 20e65bf2f7
9 changed files with 418 additions and 0 deletions

View File

@@ -85,6 +85,22 @@
<artifactId>fastjson</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>
</project>