4.9应用集成
- 导入依赖
<dependency>
<groupId>zsoft</groupId>
<artifactId>zsoft-report</artifactId>
<version>4.0-SNAPSHOT</version>
</dependency>
- 扫描实体 spring-custom.xml
- 扫描控制器 spring-mvc-custom.xml
</context:component-scan>
- 数据库插入表 schema-mysql.sql
rpt_reportpredicatesentity:报表查询条件rpt_reporttemplateentity:报表模板
- 启动项目,访问路径:项目名/zsoft/report/reportManager。