项目升级到 Spring Boot 4

This commit is contained in:
RuoYi
2026-03-10 16:20:30 +08:00
parent 1d294464a7
commit c5677434cf
78 changed files with 549 additions and 447 deletions
@@ -56,6 +56,7 @@ public @interface Excel
/**
* BigDecimal 舍入规则 默认:BigDecimal.ROUND_HALF_EVEN
*/
@SuppressWarnings("deprecation")
public int roundingMode() default BigDecimal.ROUND_HALF_EVEN;
/**