增加请求日志记录provider, 学府Request序列化的BUG

This commit is contained in:
2025-06-07 22:08:40 +08:00
parent 327099e963
commit b8f0c3cb92
5 changed files with 170 additions and 1 deletions

View File

@ -63,6 +63,12 @@
<artifactId>spring-boot-starter-web</artifactId>
<version>3.4.7-SNAPSHOT</version>
</dependency>
<!-- 支持日志json格式 -->
<dependency>
<groupId>net.logstash.logback</groupId>
<artifactId>logstash-logback-encoder</artifactId>
<version>7.4</version> <!-- 使用最新版本 -->
</dependency>
</dependencies>
<repositories>