日志处理, 异常处理

This commit is contained in:
zhangchenbiao
2023-06-16 14:27:17 +08:00
parent a1b2b61717
commit 4e98eb7c76
10 changed files with 112 additions and 8 deletions

View File

@@ -72,6 +72,14 @@
<groupId>com.aliyun</groupId>
<artifactId>ocr20191230</artifactId>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</artifactId>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
</dependency>
</dependencies>
</project>