# Jimu-Report **Repository Path**: Bert-long/Jimu-Report ## Basic Information - **Project Name**: Jimu-Report - **Description**: SpringBoot整合积木报表 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-12-07 - **Last Updated**: 2023-07-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: SpringBoot, mybatis-plus, Redis, minio, JWT ## README # jimureport #### 介绍 springboot整合积木报表 #### 软件架构 本项目只用以个人学习,参考的是官方文档:http://report.jeecg.com/2391081 #### 安装教程 1. 下载代码后执行根目录下SQL下的sql。 2. 运行项目后访问 http://localhost:8091/jimureport。 #### 使用说明 1. 项目目前已经集成的mybatis-plus, Redis, minio, jwt, dynamic(多数据源处理)。 2. JwtAuthTokenFilter和JimuReportTokenService可以做权限认证拦截,项目中已经注解,需要的可以自己配置。