mirror of https://github.com/jeecgboot/JimuReport
积木报表 1.8.1版本发布
parent
a1362425ec
commit
17ef8598b7
|
@ -1,10 +1,10 @@
|
|||
# JimuReport积木报表(免费报表工具)
|
||||
|
||||
v1.8.1 | 2024-09-10
|
||||
v1.8.2 | 2024-10-28
|
||||
|
||||
|
||||
[![](https://img.shields.io/badge/Author-北京敲敲云科技-orange.svg)](https://qiaoqiaoyun.com/aboutUs)
|
||||
[![](https://img.shields.io/badge/version-1.8.1-brightgreen.svg)](https://github.com/jeecgboot/JimuReport)
|
||||
[![](https://img.shields.io/badge/version-1.8.2-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)
|
||||
|
@ -59,7 +59,7 @@ v1.8.1 | 2024-09-10
|
|||
<dependency>
|
||||
<groupId>org.jeecgframework.jimureport</groupId>
|
||||
<artifactId>jimureport-spring-boot-starter</artifactId>
|
||||
<version>1.8.1</version>
|
||||
<version>1.8.2</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
</repositories>
|
||||
|
||||
<properties>
|
||||
<jimureport.version>1.8.1</jimureport.version>
|
||||
<jimureport.version>1.8.2</jimureport.version>
|
||||
<java.version>1.8</java.version>
|
||||
<minio.version>8.0.3</minio.version>
|
||||
<!-- DB驱动 -->
|
||||
|
|
Loading…
Reference in New Issue