报表基础模块:1、模拟前端保存、获取模板列表、查询模板详情接口对接及啊对应字段的调整;2、移除没用部分引用和代码(积木等);

This commit is contained in:
gaoqr
2024-07-11 16:00:22 +08:00
parent 129f919405
commit f75cf19fdc
48 changed files with 396 additions and 940 deletions
+1 -13
View File
@@ -14,8 +14,7 @@
<name>${project.artifactId}</name>
<description>
report 模块,主要实现数据可视化报表等功能
1. 基于「积木报表」实现,打印设计、报表设计、图形设计、大屏设计等。
report 模块,主要实现数据可视化报表等功能
</description>
<dependencies>
<!-- Spring Cloud 基础 -->
@@ -104,17 +103,6 @@
<artifactId>cf-spring-boot-starter-monitor</artifactId>
</dependency>
<!-- 积木报表-->
<dependency>
<groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimureport-spring-boot-starter</artifactId>
</dependency>
<!-- 单独依赖升级版本,解决低版本validator失败问题 -->
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
</dependency>
</dependencies>
<build>
<!-- 设置构建的 jar 包名 -->