升级到最新版1.3.1-beta

dependabot/maven/jimureport-example/org.xerial-sqlite-jdbc-3.41.2.2
zhangdaiscott 2021-04-01 18:20:26 +08:00
parent d42e59acdd
commit 868948051c
7 changed files with 558 additions and 182 deletions

View File

@ -1,9 +1,9 @@
# JimuReport
v1.3.0-beta3 | 20210327
v1.3.1-beta | 20210405
[![](https://img.shields.io/badge/Author-北京国炬软件-orange.svg)](http://jimureport.com)
[![](https://img.shields.io/badge/version-1.3.0-brightgreen.svg)](https://github.com/zhangdaiscott/JimuReport)
[![](https://img.shields.io/badge/version-1.3.1-brightgreen.svg)](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)
@ -49,7 +49,7 @@ v1.3.0-beta3 | 20210327
<dependency>
<groupId>org.jeecgframework.jimureport</groupId>
<artifactId>spring-boot-starter-jimureport</artifactId>
<version>1.3.0-beta3</version>
<version>1.3.1-beta</version>
</dependency>
```

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -8,4 +8,4 @@ RUN ln -sf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
COPY ./1jimureport.mysql5.7.create.sql /docker-entrypoint-initdb.d
COPY ./2jimureport.mysql5.7.create.dict.sql /docker-entrypoint-initdb.d
COPY ./2jimureport-dict.mysql5.7.create.sql /docker-entrypoint-initdb.d

View File

@ -10,7 +10,7 @@
</parent>
<groupId>org.jeecg</groupId>
<artifactId>jimureport-demo</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
<name>jimureport-demo</name>
<url>http://www.jimureport.com</url>
@ -51,7 +51,7 @@
<dependency>
<groupId>org.jeecgframework.jimureport</groupId>
<artifactId>spring-boot-starter-jimureport</artifactId>
<version>1.3.0-beta3</version>
<version>1.3.1-beta</version>
</dependency>
<!-- SpringBoot-->