From ece92ffc418d0dcad8fa59a054f1a3832cc17bef Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Fri, 13 Jun 2025 12:03:55 +0800 Subject: [PATCH] =?UTF-8?q?jimureport=20v2.0=E7=89=88=E6=9C=AC=E5=8F=91?= =?UTF-8?q?=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jimureport-example/Dockerfile | 4 ++-- jimureport-example/pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jimureport-example/Dockerfile b/jimureport-example/Dockerfile index f5e23f9..2dc339e 100644 --- a/jimureport-example/Dockerfile +++ b/jimureport-example/Dockerfile @@ -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 \ No newline at end of file +CMD java -DMYSQL-HOST=jimureport-mysql -Dfile.encoding=utf-8 -Djava.security.egd=file:/dev/./urandom -jar jimureport-example-2.0.jar \ No newline at end of file diff --git a/jimureport-example/pom.xml b/jimureport-example/pom.xml index 2090f5c..e5da9bf 100644 --- a/jimureport-example/pom.xml +++ b/jimureport-example/pom.xml @@ -12,7 +12,7 @@ jimureport-example org.jeecg jimureport-example - 1.9 + 2.0 http://www.jimureport.com 积木报表集成示例