refactor: 适配 ContiNew Starter Local Storage(存储模块-本地存储)

This commit is contained in:
2023-12-17 23:51:09 +08:00
parent 4ed4ddd4f0
commit e3cf2b7e40
8 changed files with 55 additions and 170 deletions

View File

@@ -26,20 +26,19 @@ project:
logging:
config: classpath:logback-spring.xml
## 日志配置
continew-starter:
log:
enabled: true
include:
- DESCRIPTION
- MODULE
- REQUEST_HEADERS
- REQUEST_BODY
- IP_ADDRESS
- BROWSER
- OS
- RESPONSE_HEADERS
- RESPONSE_BODY
- TIME_TAKEN
continew-starter.log:
enabled: true
include:
- DESCRIPTION
- MODULE
- REQUEST_HEADERS
- REQUEST_BODY
- IP_ADDRESS
- BROWSER
- OS
- RESPONSE_HEADERS
- RESPONSE_BODY
- TIME_TAKEN
--- ### 接口文档配置
springdoc: