v1.8.0 版本发布

pull/3102/head
JEECG 2024-08-20 19:48:41 +08:00
parent c03c2802b5
commit 9ea02e4e11
1 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
# JimuReport积木报表(开源免费报表工具) # JimuReport积木报表(免费报表工具)
v1.7.9 | 2024-07-09 v1.8.0 | 2024-08-20
[![](https://img.shields.io/badge/Author-北京敲敲云科技-orange.svg)](https://qiaoqiaoyun.com/aboutUs) [![](https://img.shields.io/badge/Author-北京敲敲云科技-orange.svg)](https://qiaoqiaoyun.com/aboutUs)
[![](https://img.shields.io/badge/version-1.7.9-brightgreen.svg)](https://github.com/jeecgboot/JimuReport) [![](https://img.shields.io/badge/version-1.8.0-brightgreen.svg)](https://github.com/jeecgboot/JimuReport)
[![](https://img.shields.io/badge/Blog-积木报表官网-blue.svg)](http://jimureport.com) [![](https://img.shields.io/badge/Blog-积木报表官网-blue.svg)](http://jimureport.com)
[![GitHub stars](https://img.shields.io/github/stars/zhangdaiscott/JimuReport.svg?style=social&label=Stars)](https://github.com/jeecgboot/JimuReport) [![GitHub stars](https://img.shields.io/github/stars/zhangdaiscott/JimuReport.svg?style=social&label=Stars)](https://github.com/jeecgboot/JimuReport)
[![GitHub forks](https://img.shields.io/github/forks/zhangdaiscott/JimuReport.svg?style=social&label=Fork)](https://github.com/jeecgboot/JimuReport) [![GitHub forks](https://img.shields.io/github/forks/zhangdaiscott/JimuReport.svg?style=social&label=Fork)](https://github.com/jeecgboot/JimuReport)
@ -47,7 +47,7 @@ MAVEN依赖
<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.8</version> <version>1.8.0</version>
</dependency> </dependency>
``` ```
@ -58,7 +58,7 @@ MAVEN依赖
<dependency> <dependency>
<groupId>org.jeecgframework.jimureport</groupId> <groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimureport-spring-boot3-starter-fastjson2</artifactId> <artifactId>jimureport-spring-boot3-starter-fastjson2</artifactId>
<version>1.7.8</version> <version>1.8.0</version>
</dependency> </dependency>
``` ```