Skip to content

Commit

Permalink
v1.7.2-beta紧急发布,解决1.7.1打包后无法访问严重问题
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangdaiscott committed Mar 7, 2024
1 parent df4356d commit 367f545
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# 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/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)
[![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)
Expand Down Expand Up @@ -41,7 +41,7 @@ v1.7.1 | 2024-03-06
<dependency>
<groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimureport-spring-boot-starter</artifactId>
<version>1.7.1</version>
<version>1.7.2-beta</version>
</dependency>
```
通过 http://jimureport.com/doc/log 查询最新版本号
Expand All @@ -60,7 +60,7 @@ v1.7.1 | 2024-03-06
<dependency>
<groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimureport-spring-boot3-starter-fastjson2</artifactId>
<version>1.7.1</version>
<version>1.7.2-beta</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion jimureport-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</repositories>

<properties>
<jimureport.version>1.7.1</jimureport.version>
<jimureport.version>1.7.2-beta</jimureport.version>
<java.version>1.8</java.version>
<minio.version>8.0.3</minio.version>
<!-- DB驱动 -->
Expand Down

0 comments on commit 367f545

Please sign in to comment.