新版本发布 1.7.0,更新数据库

pull/1647/merge
zhangdaiscott 2024-02-19 14:52:47 +08:00
parent 36f5edc222
commit a35a56ca51
3 changed files with 1153 additions and 624 deletions

File diff suppressed because one or more lines are too long

View File

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

View File

@ -12,7 +12,7 @@
<name>jimureport-example</name>
<groupId>org.jeecg</groupId>
<artifactId>jimureport-example</artifactId>
<version>1.6</version>
<version>1.7</version>
<url>http://www.jimureport.com</url>
<description>积木报表集成示例</description>