mirror of
https://github.com/201206030/novel.git
synced 2025-06-26 08:56:38 +00:00
feat: 增加 HTTP 请求和响应的日志记录
This commit is contained in:
6
pom.xml
6
pom.xml
@ -25,6 +25,7 @@
|
||||
<redisson.version>3.19.1</redisson.version>
|
||||
<spring-boot-admin.version>3.0.0-M1</spring-boot-admin.version>
|
||||
<springdoc-openapi.version>2.5.0</springdoc-openapi.version>
|
||||
<logbook.version>3.9.0</logbook.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
@ -204,6 +205,11 @@
|
||||
<groupId>org.flywaydb</groupId>
|
||||
<artifactId>flyway-mysql</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.zalando</groupId>
|
||||
<artifactId>logbook-spring-boot-starter</artifactId>
|
||||
<version>${logbook.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
Reference in New Issue
Block a user