v1.7.2-beta紧急发布,解决1.7.1打包后无法访问严重问题

This commit is contained in:
zhangdaiscott
2024-03-07 21:45:11 +08:00
parent df4356d488
commit 367f5453c4
2 changed files with 5 additions and 5 deletions

View File

@@ -1,10 +1,10 @@
# JimuReport - 积木报表(开源免费的低代码报表) # JimuReport - 积木报表(开源免费的低代码报表)
v1.7.1 | 2024-03-06 v1.7.2 | 2024-03-07
[![](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.7.1-brightgreen.svg)](https://github.com/zhangdaiscott/JimuReport) [![](https://img.shields.io/badge/version-1.7.2-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)
@@ -41,7 +41,7 @@ v1.7.1 | 2024-03-06
<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.1</version> <version>1.7.2-beta</version>
</dependency> </dependency>
``` ```
通过 http://jimureport.com/doc/log 查询最新版本号 通过 http://jimureport.com/doc/log 查询最新版本号
@@ -60,7 +60,7 @@ v1.7.1 | 2024-03-06
<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.1</version> <version>1.7.2-beta</version>
</dependency> </dependency>
``` ```

View File

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