积木报表所需的Sql
地址:https://github.com/jeecgboot/JimuReport/tree/master/db
在项目的ruoyi-common模块下的pom.xml加入依赖
– springboot2依赖
<dependency>
<groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimureport-spring-boot-starter</artifactId>
<version>1.7.3</version>
</dependency>
<dependency>
<groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimureport-spring-boot3-starter-fastjson2</artifactId>
<version>1.7.3</version>
</dependency>
最新jar包依赖的版本号可以从http://jimureport.com/doc/log中查找
//积木报表排除
filterChainDefinitionMap.put("/jmreport/**", "anon");
filterChainDefinitionMap.put("/**/*.js.map", "anon");
filterChainDefinitionMap.put("/**/*.css.map", "anon");
若依默认端口是80,可以根据自己的需求集成到若依系统里面(如集成到菜单)
积木报表访问地址:http://localhost/jmreport/list
若依访问地址:http://localhost
powered by kaifamiao