JimuReport/jimureport-samples/jimureport-demo/README.md

40 lines
714 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# jimureport-demo
积木报表集成示例代码。
```
集成示例采用mysql5.7数据库
```
使用步骤
-----------------------------------
- 第一步执行Mysql初始化脚步自动创建数据库jimureport
db/1jimureport.mysql5.7.create.sql
db/2jimureport.mysql5.7.create.dict.sql
- 第三步: 启动项目
右键执行com.example.jmreport.JimuReportApplication
- 第四步: 访问项目
http://localhost:8085/jmreport/list
镜像生成
-----------------------------------
- 第一步:进入项目 jimureport-demo 根目录
- 第二步: 执行命令
docker-compose up -d