JimuReport/jimureport-example
zhangdaiscott a3a0e12d2b 积木报表 1.6.3 版本发布 2023-10-11 09:57:35 +08:00
..
db jimureport 1.6.2-RC 版本发布 2023-09-09 00:18:56 +08:00
src/main jimureport 1.6.2-RC 版本发布 2023-09-09 00:52:23 +08:00
.gitignore 1.3.78版本发布 2021-08-14 13:17:41 +08:00
Dockerfile v1.6.0 版本发布 2023-08-10 10:16:02 +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 积木报表 1.6.3 版本发布 2023-10-11 09:57:35 +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