增加切面打印日志

This commit is contained in:
2025-07-13 00:32:50 +08:00
parent 4f4ae78168
commit 8414bac6b7
2 changed files with 105 additions and 0 deletions

View File

@ -215,6 +215,14 @@
<version>1.5.5.Final</version>
<scope>provided</scope>
</dependency>
<!-- FastJSON -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.83</version>
</dependency>
</dependencies>
<!-- Build Configuration -->