发布springboot3版本的依赖

This commit is contained in:
JEECG
2025-07-28 21:41:16 +08:00
parent 89ae610d38
commit 565c1c5c8a

View File

@@ -73,13 +73,20 @@ v2.1.1 | 2025-07-28
<dependency>
<groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimureport-spring-boot3-starter-fastjson2</artifactId>
<version>2.0.0</version>
<version>2.1.1</version>
</dependency>
<!-- mongo、redis和文件数据集支持包按需引入 -->
<dependency>
<groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimureport-nosql-starter</artifactId>
<version>2.0.0</version>
</dependency>
<!-- 后台导出接口Echart图表支持包按需引入 -->
<dependency>
<groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimureport-echarts-starter</artifactId>
<version>2.1.1</version>
</dependency>
```
#### 第二步引入积木BI依赖(大屏和仪表盘)
@@ -100,7 +107,7 @@ v2.1.1 | 2025-07-28
<dependency>
<groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimubi-spring-boot3-starter</artifactId>
<version>1.9.5</version>
<version>2.1.0/version>
</dependency>
```