系统操作日志:集成 mzt-biz-log 5,增加日志保存和查询接口

This commit is contained in:
puhui999
2023-12-14 18:45:13 +08:00
parent 289f0409d0
commit daf4651a4f
11 changed files with 229 additions and 19 deletions

View File

@ -29,6 +29,16 @@
<artifactId>bizlog-sdk</artifactId>
</dependency>
<!--工具类相关-->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</dependency>
<!-- 参数校验 -->
<dependency>
<groupId>org.springframework.boot</groupId>