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:
46
README.md
46
README.md
@@ -1,10 +1,10 @@
|
||||
# JimuReport积木报表(免费报表工具)
|
||||
|
||||
v1.9.3 | 2025-01-08
|
||||
v1.9.4 | 2025-02-14
|
||||
|
||||
|
||||
[](https://qiaoqiaoyun.com/aboutUs)
|
||||
[](https://github.com/jeecgboot/JimuReport)
|
||||
[](https://github.com/jeecgboot/JimuReport)
|
||||
[](http://jimureport.com)
|
||||
[](https://github.com/jeecgboot/JimuReport)
|
||||
[](https://github.com/jeecgboot/JimuReport)
|
||||
@@ -43,31 +43,57 @@ v1.9.3 | 2025-01-08
|
||||
|
||||
#### 第一步:引入JimuReport依赖
|
||||
|
||||
##### 积木报表依赖
|
||||
##### springboot2集成依赖
|
||||
|
||||
- 积木报表依赖
|
||||
|
||||
```
|
||||
<!-- 积木报表依赖 -->
|
||||
<dependency>
|
||||
<groupId>org.jeecgframework.jimureport</groupId>
|
||||
<artifactId>jimureport-spring-boot-starter</artifactId>
|
||||
<version>1.9.3</version>
|
||||
<version>1.9.4</version>
|
||||
</dependency>
|
||||
<!-- csv excel json mogodb elasticsearch redis 数据集支持包 -->
|
||||
<dependency>
|
||||
<groupId>org.jeecgframework.jimureport</groupId>
|
||||
<artifactId>jimureport-nosql-starter</artifactId>
|
||||
<version>1.9.3</version>
|
||||
<version>1.9.4</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
||||
##### 积木BI依赖(大屏和仪表盘)
|
||||
- 积木大屏依赖
|
||||
|
||||
```
|
||||
<dependency>
|
||||
<groupId>org.jeecgframework.jimureport</groupId>
|
||||
<artifactId>jimubi-spring-boot-starter</artifactId>
|
||||
<version>1.9.3</version>
|
||||
<version>1.9.4</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
##### springboot3集成依赖
|
||||
|
||||
- 积木报表依赖
|
||||
|
||||
```
|
||||
<dependency>
|
||||
<groupId>org.jeecgframework.jimureport</groupId>
|
||||
<artifactId>jimureport-spring-boot3-starter-fastjson2</artifactId>
|
||||
<version>1.9.4</version>
|
||||
</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>
|
||||
|
||||
<properties>
|
||||
<jimureport.version>1.9.3</jimureport.version>
|
||||
<jimureport.version>1.9.4</jimureport.version>
|
||||
<java.version>1.8</java.version>
|
||||
<minio.version>8.0.3</minio.version>
|
||||
<!-- DB驱动 -->
|
||||
|
Reference in New Issue
Block a user