mirror of
https://github.com/jeecgboot/JimuReport.git
synced 2025-10-14 14:30:23 +00:00
1.7.6 版本发布(修复1.7.52几个严重bug)
This commit is contained in:
10
README.md
10
README.md
@@ -1,10 +1,10 @@
|
||||
# JimuReport - 积木报表(开源免费的低代码报表)
|
||||
|
||||
v1.7.52 | 2024-06-11
|
||||
v1.7.6 | 2024-06-19
|
||||
|
||||
|
||||
[](http://jimureport.com)
|
||||
[](https://github.com/zhangdaiscott/JimuReport)
|
||||
[](https://github.com/zhangdaiscott/JimuReport)
|
||||
[](https://jeecg.blog.csdn.net)
|
||||
[](https://github.com/zhangdaiscott/JimuReport)
|
||||
[](https://github.com/zhangdaiscott/JimuReport)
|
||||
@@ -43,12 +43,8 @@ v1.7.52 | 2024-06-11
|
||||
<dependency>
|
||||
<groupId>org.jeecgframework.jimureport</groupId>
|
||||
<artifactId>jimureport-spring-boot-starter</artifactId>
|
||||
<version>1.7.52</version>
|
||||
<version>1.7.6</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>druid</artifactId>
|
||||
<groupId>com.alibaba</groupId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<artifactId>jsqlparser</artifactId>
|
||||
<groupId>com.github.jsqlparser</groupId>
|
||||
|
@@ -45,7 +45,7 @@
|
||||
</repositories>
|
||||
|
||||
<properties>
|
||||
<jimureport.version>1.7.52</jimureport.version>
|
||||
<jimureport.version>1.7.6</jimureport.version>
|
||||
<java.version>1.8</java.version>
|
||||
<minio.version>8.0.3</minio.version>
|
||||
<!-- DB驱动 -->
|
||||
|
Reference in New Issue
Block a user