Merge pull request #8297 from MuShan-bit/springboot3_upgrade344-fix-warn

logging(level): 设置 PostProcessorRegistrationDelegate 日志级别为 error
pull/8550/head
JEECG 2025-05-18 16:33:14 +08:00 committed by GitHub
commit e91cbd5cd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -306,6 +306,7 @@ logging:
level:
org.flywaydb: debug
org.jeecg.modules.system.mapper: info
org.springframework.context.support.PostProcessorRegistrationDelegate: error
knife4j:
#开启增强配置
enable: true