JimuReport 1.0-beta version released, a free enterprise-level Web report tool

Block report, an open source and free report tool, design reports online like building blocks! Functions include data report design, print design, chart design, etc.!

The leading enterprise-level Web report platform software, using pure Web online technology, focuses on solving the problem of rapid enterprise report production.

#Integration steps with JeecgBoot

  • Step 1: Integrate dependent jar
<dependency>
  <groupId>org.jeecgframework.boot</groupId>
  <artifactId>jimureport</artifactId>
  <version>1.0-beta</version>
</dependency>
  • Step 2: Perform the upgrade sql

    jimureport_init20201029.sql

  • Step 3: Modify the configuration file

    Modify application-dev.yml to add configuration attributes

#jeecg专用配置
jeecg :
  #积木报表设置
  jmreport:
    mode: dev
    #是否需要校验token
    is_verify_token: false
    #必须校验方法
    verify_methods: remove,delete,save,add,update
  • Step 4: Role authorization menu, you can see the report design menu

  • Step 5: Enter the report designer list

Note: If you are using the microservice mode, you need to configure the new gateway route yourself.

#List of open features

Guess you like

Origin www.oschina.net/news/119666/jimureport-1-0-beta-released