v1.6.0 版本发布—重点修复打印bug,新增功能:sqlserver 分页设置、单元格支持设置多边框等

This commit is contained in:
zhangdaiscott
2023-08-10 10:15:18 +08:00
parent 1775aeff89
commit 2f7d96e322
2 changed files with 7 additions and 7 deletions

View File

@@ -1,10 +1,10 @@
# JimuReport - 积木报表一款免费Web报表工具 # JimuReport - 积木报表一款免费Web报表工具
v1.5.9 | 2023-07-18 v1.6.0 | 2023-08-15
[![](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.9-brightgreen.svg)](https://github.com/zhangdaiscott/JimuReport) [![](https://img.shields.io/badge/version-1.6.0-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.9 | 2023-07-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.5.9</version> <version>1.6.0</version>
</dependency> </dependency>
``` ```
@@ -54,7 +54,7 @@ v1.5.9 | 2023-07-18
<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.6</version> <version>1.6.0</version>
</dependency> </dependency>
``` ```

View File

@@ -12,7 +12,7 @@
<name>jimureport-example</name> <name>jimureport-example</name>
<groupId>org.jeecg</groupId> <groupId>org.jeecg</groupId>
<artifactId>jimureport-example</artifactId> <artifactId>jimureport-example</artifactId>
<version>1.5</version> <version>1.6</version>
<url>http://jimureport.com</url> <url>http://jimureport.com</url>
<description>积木报表集成示例</description> <description>积木报表集成示例</description>
@@ -37,7 +37,7 @@
</repositories> </repositories>
<properties> <properties>
<jimureport.version>1.5.9</jimureport.version> <jimureport.version>1.6.0</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驱动 -->
@@ -62,7 +62,7 @@
<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.6</version> <version>1.6.0</version>
</dependency> </dependency>