JimuReport 1.4.0-beta 里程碑版本发布,免费的低代码报表

dependabot/maven/jimureport-example/org.xerial-sqlite-jdbc-3.41.2.2
zhangdaiscott 2021-10-11 17:50:19 +08:00
parent 3a19dee73b
commit 82aee7eb10
3 changed files with 819 additions and 820 deletions

View File

@ -10,6 +10,6 @@ WORKDIR /jimureport
EXPOSE 8085
ADD ./target/jimureport-example-1.3.jar ./
ADD ./target/jimureport-example-1.4.jar ./
CMD java -DMYSQL-HOST=jimureport-mysql -Dfile.encoding=utf-8 -Djava.security.egd=file:/dev/./urandom -jar jimureport-example-1.3.jar
CMD java -DMYSQL-HOST=jimureport-mysql -Dfile.encoding=utf-8 -Djava.security.egd=file:/dev/./urandom -jar jimureport-example-1.4.jar

File diff suppressed because one or more lines are too long

View File

@ -8,10 +8,11 @@
<version>2.5.0</version>
<relativePath/>
</parent>
<name>jimureport-example</name>
<groupId>org.jeecg</groupId>
<artifactId>jimureport-example</artifactId>
<version>1.3</version>
<name>jimureport-example</name>
<version>1.4</version>
<url>http://www.jimureport.com</url>
<description>积木报表集成示例</description>
@ -48,7 +49,7 @@
<dependency>
<groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimureport-spring-boot-starter</artifactId>
<version>1.3.795</version>
<version>1.4.0-beta</version>
</dependency>