v1.5.6 发布

This commit is contained in:
zhangdaiscott
2022-12-09 11:51:55 +08:00
parent c361d1baf0
commit b7fb7c9318
2 changed files with 5 additions and 5 deletions

View File

@@ -1,10 +1,10 @@
# JimuReport - 积木报表一款免费Web报表工具 # JimuReport - 积木报表一款免费Web报表工具
v1.5.5 | 2022-12-12 v1.5.6 | 2022-12-12
[![](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.5.5-brightgreen.svg)](https://github.com/zhangdaiscott/JimuReport) [![](https://img.shields.io/badge/version-1.5.6-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)
@@ -45,7 +45,7 @@ v1.5.5 | 2022-12-12
<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.5.5</version> <version>1.5.6</version>
</dependency> </dependency>
``` ```
- 按需引入JimuReport依赖mongo redis 支持包) - 按需引入JimuReport依赖mongo redis 支持包)
@@ -53,7 +53,7 @@ v1.5.5 | 2022-12-12
<dependency> <dependency>
<groupId>org.jeecgframework.jimureport</groupId> <groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimureport-nosql-starter</artifactId> <artifactId>jimureport-nosql-starter</artifactId>
<version>1.5.5</version> <version>1.5.6</version>
</dependency> </dependency>
``` ```

View File

@@ -37,7 +37,7 @@
</repositories> </repositories>
<properties> <properties>
<jimureport.version>1.5.5</jimureport.version> <jimureport.version>1.5.6</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驱动 -->