-
在我的项目 pom.xml 退出 jar 包依赖,我这里应用的是 1.5.0 版本.
<dependency> <groupId>org.jeecgframework.jimureport</groupId> <artifactId>jimureport-spring-boot-starter</artifactId> <version>1.5.0</version> </dependency>
- 创立积木报表所须要的表,mysql 5.7 版本.
jimureport.sql -
在 application 主程序增加积木扫描目录,
@SpringBootApplication(exclude={DataSourceAutoConfiguration.class},scanBasePackages = {"org.jeecg.modules.jmreport","com.bowo"}) // com.bowo 本人的包
- 增加白名单