日志处理, 异常处理

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

10
pom.xml
View File

@@ -186,6 +186,16 @@
<artifactId>ocr20191230</artifactId>
<version>1.0.26</version>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</artifactId>
<version>1.9.5</version>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<version>1.9.5</version>
</dependency>
</dependencies>
</dependencyManagement>