新增 AOP 切面,修改日志输出整合流水号

This commit is contained in:
2024-01-23 12:06:05 +08:00
parent 99a4f39e7e
commit eb6d2c647a
19 changed files with 182 additions and 51 deletions

View File

@@ -33,7 +33,10 @@
<version>1.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>