UReport2 是一款基于架构在 Spring 之上纯 Java 的高性能报表引擎,通过迭代单元格可以实现任意复杂的中国式报表。 在 UReport2 中,提供了全新的基于网页的报表设计器,可以在 Chrome、Firefox、Edge 等各种主流浏览器运行(IE 浏览器除外)。使用 UReport2,打开浏览器即可完成各种复杂报表的设计制作
https://www.w3cschool.cn/ureport

单机使用


    1. 引入 jar 依赖
  1. <dependency>
  2. <groupId>com.pig4cloud.plugin</groupId>
  3. <artifactId>ureport-spring-boot-starter</artifactId>
  4. <version>0.0.2</version>
  5. </dependency>
  • application.properties 配置本地文件报错路径
  1. ureport.debug=false
  2. ureport.disableFileProvider=false
  3. ureport.fileStoreDir=/Users/lengleng/Downloads
  4. ureport.disableHttpSessionReportCache=true

集群使用

  1. <dependency>
  2. <groupId>com.pig4cloud.plugin</groupId>
  3. <artifactId>ureport-spring-boot-starter</artifactId>
  4. <version>0.0.2</version>
  5. </dependency>
  6. <dependency>
  7. <groupId>com.pig4cloud.plugin</groupId>
  8. <artifactId>oss-spring-boot-starter</artifactId>
  9. <version>1.2.1</version>
  10. </dependency>
  • 仅需配置云存储相关参数
  1. oss.access-key=lengleng
  2. oss.secret-key=lengleng
  3. oss.bucket-name=aaa
  4. oss.endpoint=http://minio.pig4cloud.com

关于 oss-spring-boot-starter 使用可参考,兼容所有 S3 协议的分布式文件存储系统

❤ 问题咨询

手势点击蓝字求关注简约风动态引导关注__2022-09-07+23_18_38.gif