mirror of
https://github.com/jeecgboot/JimuReport.git
synced 2025-10-13 22:10:27 +00:00
v1.9.4 发布,同步提供了springboot3依赖
This commit is contained in:
66
README.md
66
README.md
@@ -1,10 +1,10 @@
|
|||||||
# JimuReport积木报表(免费报表工具)
|
# JimuReport积木报表(免费报表工具)
|
||||||
|
|
||||||
v1.9.3 | 2025-01-08
|
v1.9.4 | 2025-02-14
|
||||||
|
|
||||||
|
|
||||||
[](https://qiaoqiaoyun.com/aboutUs)
|
[](https://qiaoqiaoyun.com/aboutUs)
|
||||||
[](https://github.com/jeecgboot/JimuReport)
|
[](https://github.com/jeecgboot/JimuReport)
|
||||||
[](http://jimureport.com)
|
[](http://jimureport.com)
|
||||||
[](https://github.com/jeecgboot/JimuReport)
|
[](https://github.com/jeecgboot/JimuReport)
|
||||||
[](https://github.com/jeecgboot/JimuReport)
|
[](https://github.com/jeecgboot/JimuReport)
|
||||||
@@ -43,32 +43,58 @@ v1.9.3 | 2025-01-08
|
|||||||
|
|
||||||
#### 第一步:引入JimuReport依赖
|
#### 第一步:引入JimuReport依赖
|
||||||
|
|
||||||
##### 积木报表依赖
|
##### springboot2集成依赖
|
||||||
|
|
||||||
|
- 积木报表依赖
|
||||||
|
|
||||||
```
|
```
|
||||||
<!-- 积木报表依赖 -->
|
<dependency>
|
||||||
<dependency>
|
<groupId>org.jeecgframework.jimureport</groupId>
|
||||||
<groupId>org.jeecgframework.jimureport</groupId>
|
<artifactId>jimureport-spring-boot-starter</artifactId>
|
||||||
<artifactId>jimureport-spring-boot-starter</artifactId>
|
<version>1.9.4</version>
|
||||||
<version>1.9.3</version>
|
</dependency>
|
||||||
</dependency>
|
<dependency>
|
||||||
<!-- csv excel json mogodb elasticsearch redis 数据集支持包 -->
|
<groupId>org.jeecgframework.jimureport</groupId>
|
||||||
<dependency>
|
<artifactId>jimureport-nosql-starter</artifactId>
|
||||||
<groupId>org.jeecgframework.jimureport</groupId>
|
<version>1.9.4</version>
|
||||||
<artifactId>jimureport-nosql-starter</artifactId>
|
</dependency>
|
||||||
<version>1.9.3</version>
|
|
||||||
</dependency>
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- 积木大屏依赖
|
||||||
|
|
||||||
##### 积木BI依赖(大屏和仪表盘)
|
```
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.jeecgframework.jimureport</groupId>
|
||||||
|
<artifactId>jimubi-spring-boot-starter</artifactId>
|
||||||
|
<version>1.9.4</version>
|
||||||
|
</dependency>
|
||||||
|
```
|
||||||
|
|
||||||
|
##### springboot3集成依赖
|
||||||
|
|
||||||
|
- 积木报表依赖
|
||||||
|
|
||||||
```
|
```
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jeecgframework.jimureport</groupId>
|
<groupId>org.jeecgframework.jimureport</groupId>
|
||||||
<artifactId>jimubi-spring-boot-starter</artifactId>
|
<artifactId>jimureport-spring-boot3-starter-fastjson2</artifactId>
|
||||||
<version>1.9.3</version>
|
<version>1.9.4</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.jeecgframework.jimureport</groupId>
|
||||||
|
<artifactId>jimureport-nosql-starter</artifactId>
|
||||||
|
<version>1.9.4</version>
|
||||||
|
</dependency>
|
||||||
|
```
|
||||||
|
|
||||||
|
- 积木大屏依赖
|
||||||
|
|
||||||
|
```
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.jeecgframework.jimureport</groupId>
|
||||||
|
<artifactId>jimubi-spring-boot3-starter</artifactId>
|
||||||
|
<version>1.9.4</version>
|
||||||
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
File diff suppressed because one or more lines are too long
@@ -45,7 +45,7 @@
|
|||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<jimureport.version>1.9.3</jimureport.version>
|
<jimureport.version>1.9.4</jimureport.version>
|
||||||
<java.version>1.8</java.version>
|
<java.version>1.8</java.version>
|
||||||
<minio.version>8.0.3</minio.version>
|
<minio.version>8.0.3</minio.version>
|
||||||
<!-- DB驱动 -->
|
<!-- DB驱动 -->
|
||||||
|
Reference in New Issue
Block a user