升级spring-boot到最新版本3.5.4

This commit is contained in:
RuoYi
2025-08-07 12:08:58 +08:00
parent ef8f817407
commit 2b25d7b3d8
4 changed files with 7 additions and 3 deletions

View File

@@ -75,6 +75,8 @@
<logger name="com.ruoyi" level="info" />
<!-- Spring日志级别控制 -->
<logger name="org.springframework" level="warn" />
<!-- Thymeleaf日志级别控制 -->
<Logger name="org.thymeleaf" level="error"/>
<root level="info">
<appender-ref ref="console" />