升级积木报表和大屏,到springboot4版本,解决 “springboot4 版本启动报错 #9766”

This commit is contained in:
JEECG 2026-07-08 18:46:36 +08:00
parent 68d4b2d24c
commit 0953b01e99
3 changed files with 7 additions and 6 deletions

View File

@ -33,7 +33,7 @@
<!-- 积木报表 --> <!-- 积木报表 -->
<dependency> <dependency>
<groupId>org.jeecgframework.jimureport</groupId> <groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimureport-spring-boot3-starter</artifactId> <artifactId>jimureport-spring-boot4-starter</artifactId>
</dependency> </dependency>
<!-- 积木报表 csv excel ES JSON mongodbSQL redis支持包 <!-- 积木报表 csv excel ES JSON mongodbSQL redis支持包
<dependency> <dependency>
@ -48,7 +48,7 @@
<!-- 积木BI --> <!-- 积木BI -->
<dependency> <dependency>
<groupId>org.jeecgframework.jimureport</groupId> <groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimubi-spring-boot3-starter</artifactId> <artifactId>jimubi-spring-boot4-starter</artifactId>
</dependency> </dependency>
<!-- AI大模型管理 --> <!-- AI大模型管理 -->
<dependency> <dependency>

View File

@ -46,7 +46,8 @@
<groupId>jakarta.servlet</groupId> <groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId> <artifactId>jakarta.servlet-api</artifactId>
</dependency> </dependency>
<!-- 分库分表示例 --> <!-- 分库分表示例 -->
<!-- <dependency> <!-- <dependency>
<groupId>org.jeecgframework.boot3</groupId> <groupId>org.jeecgframework.boot3</groupId>

View File

@ -56,7 +56,7 @@
<!-- 积木报表--> <!-- 积木报表-->
<jimureport-spring-boot-starter.version>2.5.0</jimureport-spring-boot-starter.version> <jimureport-spring-boot-starter.version>2.5.0</jimureport-spring-boot-starter.version>
<jimubi-spring-boot-starter.version>2.5.0.1</jimubi-spring-boot-starter.version> <jimubi-spring-boot-starter.version>2.5.0</jimubi-spring-boot-starter.version>
<minidao.version>1.10.22</minidao.version> <minidao.version>1.10.22</minidao.version>
<autopoi-web.version>2.0.4</autopoi-web.version> <autopoi-web.version>2.0.4</autopoi-web.version>
@ -460,7 +460,7 @@
<!-- 积木报表--> <!-- 积木报表-->
<dependency> <dependency>
<groupId>org.jeecgframework.jimureport</groupId> <groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimureport-spring-boot3-starter</artifactId> <artifactId>jimureport-spring-boot4-starter</artifactId>
<version>${jimureport-spring-boot-starter.version}</version> <version>${jimureport-spring-boot-starter.version}</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
@ -550,7 +550,7 @@
<!-- 积木BI大屏和仪表盘 --> <!-- 积木BI大屏和仪表盘 -->
<dependency> <dependency>
<groupId>org.jeecgframework.jimureport</groupId> <groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimubi-spring-boot3-starter</artifactId> <artifactId>jimubi-spring-boot4-starter</artifactId>
<version>${jimubi-spring-boot-starter.version}</version> <version>${jimubi-spring-boot-starter.version}</version>
<exclusions> <exclusions>
<exclusion> <exclusion>