新版本发布

This commit is contained in:
JEECG
2025-09-02 11:55:37 +08:00
parent 0114f9e24f
commit 944d1fcdcf

View File

@@ -1,10 +1,10 @@
# JimuReport积木报表(免费报表工具)
v2.1.2 | 2025-08-11
v2.1.3 | 2025-09-05
[![](https://img.shields.io/badge/Author-北京敲敲云科技-orange.svg)](https://qiaoqiaoyun.com/aboutUs)
[![](https://img.shields.io/badge/version-2.1.2-brightgreen.svg)](https://github.com/jeecgboot/JimuReport)
[![](https://img.shields.io/badge/version-2.1.3-brightgreen.svg)](https://github.com/jeecgboot/JimuReport)
[![](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 forks](https://img.shields.io/github/forks/zhangdaiscott/JimuReport.svg?style=social&label=Fork)](https://github.com/jeecgboot/JimuReport)
@@ -51,7 +51,7 @@ v2.1.2 | 2025-08-11
<dependency>
<groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimureport-spring-boot-starter</artifactId>
<version>2.1.2</version>
<version>2.1.3</version>
</dependency>
<!-- mongo、redis和文件数据集支持包按需引入 -->
<dependency>
@@ -97,7 +97,7 @@ v2.1.2 | 2025-08-11
<dependency>
<groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimubi-spring-boot-starter</artifactId>
<version>2.1.2</version>
<version>2.1.3</version>
</dependency>
```