v1.3.6-beta版本发布

This commit is contained in:
zhangdaiscott
2021-06-30 18:21:05 +08:00
parent 55e92bc311
commit b949619c01
3 changed files with 10 additions and 9 deletions

View File

@@ -1,9 +1,11 @@
# JimuReport - 积木报表
v1.3.51-beta | 20210623
v1.3.6-beta | 20210630
[jimureport-version]:1.3.6-beta
[![](https://img.shields.io/badge/Author-北京国炬软件-orange.svg)](http://jimureport.com)
[![](https://img.shields.io/badge/version-1.3.51-brightgreen.svg)](https://github.com/zhangdaiscott/JimuReport)
[![](https://img.shields.io/badge/version-[jimureport-version]-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)
@@ -42,7 +44,7 @@ v1.3.51-beta | 20210623
<dependency>
<groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimureport-spring-boot-starter</artifactId>
<version>1.3.51-beta</version>
<version>[jimureport-version]</version>
</dependency>
```

View File

@@ -3,7 +3,7 @@
积木报表集成示例代码。
```
集成示例,采用mysql5.7数据库
采用mysql5.7数据库
```
@@ -14,12 +14,11 @@
- 第一步执行Mysql初始化脚步自动创建数据库jimureport
db/1jimureport.mysql5.7.create.sql
db/2jimureport.mysql5.7.create.dict.sql
db/jimureport.mysql5.7.create.sql
- 第三步: 启动项目
- 第三步: 启动项目(右键运行)
右键执行com.example.jmreport.JimuReportApplication
com.example.jmreport.JimuReportApplication
- 第四步: 访问项目

View File

@@ -51,7 +51,7 @@
<dependency>
<groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimureport-spring-boot-starter</artifactId>
<version>1.3.51-beta</version>
<version>1.3.6-beta</version>
</dependency>
<!-- SpringBoot-->