JimuReport/jimureport-example
zhangdaiscott 2cdb20569a v1.4.2版本发布,免费的可视化数据产品 2021-12-04 00:23:44 +08:00
..
db JimuReport 1.4.0-beta 里程碑版本发布,免费的低代码报表 2021-10-11 18:00:13 +08:00
src/main v1.4.2版本发布,免费的可视化数据产品 2021-12-04 00:13:03 +08:00
.gitignore 1.3.78版本发布 2021-08-14 13:17:41 +08:00
Dockerfile JimuReport 1.4.0-beta 里程碑版本发布,免费的低代码报表 2021-10-11 17:50:19 +08:00
README.md 1.3.78版本发布 2021-08-14 14:29:30 +08:00
docker-compose.yml 1.3.78版本发布 2021-08-14 13:17:41 +08:00
pom.xml v1.4.2版本发布,免费的可视化数据产品 2021-12-04 00:23:44 +08:00

README.md

jimureport-example

积木报表集成示例代码。

采用mysql5.7数据库

使用步骤

  • 第一步执行初始化脚步自动创建数据库jimureport

        db/jimureport.mysql5.7.create.sql
    
  • 第三步: 启动项目(右键运行)

        org.jeecg.modules.JimuReportApplication
    
  • 第四步: 访问项目

        http://localhost:8085/jmreport/list
    

Docker镜像制作

  • 第一步:下载项目

      git clone https://gitee.com/jeecg/JimuReport.git
    
  • 第二步:进入项目 jimureport-example 根目录

      cd JimuReport/jimureport-example
    
  • 第三步maven执行package

      mvn clean package
    
  • 第四步:执行命令,生成镜像

      docker-compose up -d
    
  • 第五步:访问报表

     http://localhost:8085/jmreport/list