mirror of https://github.com/jeecgboot/JimuReport
JimuReport 积木报表 v1.7.1 版本发布
parent
92c3fe04f4
commit
0dd74285d7
|
@ -1,10 +1,10 @@
|
||||||
# JimuReport - 积木报表(开源免费的低代码报表)
|
# JimuReport - 积木报表(开源免费的低代码报表)
|
||||||
|
|
||||||
v1.7.0 | 2024-02-18
|
v1.7.1 | 2024-03-16
|
||||||
|
|
||||||
|
|
||||||
[![](https://img.shields.io/badge/Author-北京国炬软件-orange.svg)](http://jimureport.com)
|
[![](https://img.shields.io/badge/Author-北京国炬软件-orange.svg)](http://jimureport.com)
|
||||||
[![](https://img.shields.io/badge/version-1.7.0-brightgreen.svg)](https://github.com/zhangdaiscott/JimuReport)
|
[![](https://img.shields.io/badge/version-1.7.1-brightgreen.svg)](https://github.com/zhangdaiscott/JimuReport)
|
||||||
[![](https://img.shields.io/badge/Blog-官方博客-blue.svg)](https://jeecg.blog.csdn.net)
|
[![](https://img.shields.io/badge/Blog-官方博客-blue.svg)](https://jeecg.blog.csdn.net)
|
||||||
[![GitHub stars](https://img.shields.io/github/stars/zhangdaiscott/JimuReport.svg?style=social&label=Stars)](https://github.com/zhangdaiscott/JimuReport)
|
[![GitHub stars](https://img.shields.io/github/stars/zhangdaiscott/JimuReport.svg?style=social&label=Stars)](https://github.com/zhangdaiscott/JimuReport)
|
||||||
[![GitHub forks](https://img.shields.io/github/forks/zhangdaiscott/JimuReport.svg?style=social&label=Fork)](https://github.com/zhangdaiscott/JimuReport)
|
[![GitHub forks](https://img.shields.io/github/forks/zhangdaiscott/JimuReport.svg?style=social&label=Fork)](https://github.com/zhangdaiscott/JimuReport)
|
||||||
|
@ -46,7 +46,7 @@ v1.7.0 | 2024-02-18
|
||||||
<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.7.0</version>
|
<version>1.7.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -67,7 +67,7 @@ v1.7.0 | 2024-02-18
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jeecgframework.jimureport</groupId>
|
<groupId>org.jeecgframework.jimureport</groupId>
|
||||||
<artifactId>jimureport-spring-boot3-starter</artifactId>
|
<artifactId>jimureport-spring-boot3-starter</artifactId>
|
||||||
<version>1.6.6-beta2</version>
|
<version>1.7.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<jimureport.version>1.7.0</jimureport.version>
|
<jimureport.version>1.7.1</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驱动 -->
|
||||||
|
|
Loading…
Reference in New Issue