1.3.78版本发布

This commit is contained in:
zhangdaiscott
2021-08-14 14:29:30 +08:00
parent 78b9f28fcc
commit 68425293d0
2 changed files with 7 additions and 7 deletions

View File

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

View File

@@ -1,4 +1,4 @@
# jimureport-demo
# jimureport-example
积木报表集成示例代码。
@@ -14,11 +14,11 @@
- 第一步执行初始化脚步自动创建数据库jimureport
db/jimureport.mysql5.7.create.sql
db/jimureport.mysql5.7.create.sql
- 第三步: 启动项目(右键运行)
com.example.jmreport.JimuReportApplication
org.jeecg.modules.JimuReportApplication
- 第四步: 访问项目
@@ -35,9 +35,9 @@ Docker镜像制作
git clone https://gitee.com/jeecg/JimuReport.git
- 第二步:进入项目 jimureport-demo 根目录
- 第二步:进入项目 jimureport-example 根目录
cd JimuReport/jimureport-samples/jimureport-demo
cd JimuReport/jimureport-example
- 第三步maven执行package