jimureport v2.0版本发布

This commit is contained in:
JEECG
2025-06-13 12:03:55 +08:00
parent 26a455192a
commit ece92ffc41
2 changed files with 3 additions and 3 deletions

View File

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

View File

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