修复 LogInterceptor 路径错误

This commit is contained in:
2025-10-28 21:14:51 +08:00
parent cda3512456
commit 47a87f8c34
8 changed files with 38 additions and 7 deletions

View File

@@ -62,6 +62,11 @@
<artifactId>knife4j-spring-boot-starter</artifactId>
<version>3.0.3</version>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>5.8.38</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>