增加请求日志记录provider, 学府Request序列化的BUG
This commit is contained in:
6
pom.xml
6
pom.xml
@ -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>
|
||||
|
Reference in New Issue
Block a user