1. 在我的项目pom.xml退出jar包依赖,我这里应用的是1.5.0版本.

    <dependency>  <groupId>org.jeecgframework.jimureport</groupId>  <artifactId>jimureport-spring-boot-starter</artifactId>  <version>1.5.0</version></dependency>
  2. 创立积木报表所须要的表,mysql 5.7版本.
    jimureport.sql
  3. 在application主程序增加积木扫描目录,

    @SpringBootApplication(exclude={DataSourceAutoConfiguration.class},scanBasePackages = {"org.jeecg.modules.jmreport","com.bowo"})  // com.bowo本人的包
  4. 增加白名单