日志切面(controller层报错打印)

This commit is contained in:
litianxiang
2026-03-23 13:56:47 +08:00
parent d57bb83b25
commit f02c0930a6
3 changed files with 184 additions and 2 deletions

View File

@@ -427,6 +427,11 @@
<artifactId>bcpkix-jdk18on</artifactId>
<version>1.78.1</version>
</dependency>
<!-- AOP -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
</dependency>
</dependencies>
<build>