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
积木报表集成示例