mirror of https://github.com/jeecgboot/JimuReport
最新版本示例
parent
82d411c5e5
commit
5d1abf9b5e
|
@ -3,7 +3,7 @@
|
||||||
积木报表,是一款免费的企业级WEB报表工具,像搭建积木一样在线设计报表!功能涵盖:数据报表、图表报表、打印设计、大屏设计等!
|
积木报表,是一款免费的企业级WEB报表工具,像搭建积木一样在线设计报表!功能涵盖:数据报表、图表报表、打印设计、大屏设计等!
|
||||||
|
|
||||||
|
|
||||||
v1.1.05 | 20210118
|
v1.1.09-beta | 20210125
|
||||||
|
|
||||||
快速体验: [www.jimureport.com](http://www.jimureport.com "www.jimureport.com")
|
快速体验: [www.jimureport.com](http://www.jimureport.com "www.jimureport.com")
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.jeecg</groupId>
|
<groupId>org.jeecg</groupId>
|
||||||
<artifactId>jimureport-demo</artifactId>
|
<artifactId>jimureport-demo</artifactId>
|
||||||
<version>1.0.1</version>
|
<version>1.0.2</version>
|
||||||
<name>jimureport-demo</name>
|
<name>jimureport-demo</name>
|
||||||
|
|
||||||
<url>http://www.jimureport.com</url>
|
<url>http://www.jimureport.com</url>
|
||||||
|
@ -50,7 +50,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.jimureport</groupId>
|
<groupId>com.jimureport</groupId>
|
||||||
<artifactId>spring-boot-starter-jimureport</artifactId>
|
<artifactId>spring-boot-starter-jimureport</artifactId>
|
||||||
<version>1.1.06</version>
|
<version>1.1.09-beta</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- SpringBoot-->
|
<!-- SpringBoot-->
|
||||||
|
|
Loading…
Reference in New Issue