🐛 REPORT:支持 SaaS 租户模式

This commit is contained in:
YunaiV
2023-12-30 10:38:53 +08:00
parent baabebb5d1
commit e35b8c45a0
6 changed files with 5 additions and 7 deletions

View File

@@ -66,7 +66,7 @@
<!-- 积木报表-->
<dependency>
<groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimureport-spring-boot3-starter</artifactId>
<artifactId>jimureport-spring-boot-starter</artifactId>
</dependency>
<!-- 单独依赖升级版本解决低版本validator失败问题 -->
<dependency>

View File

@@ -18,7 +18,7 @@ import static cn.iocoder.yudao.module.report.enums.ErrorCodeConstants.UREPORT_DA
* @author 赤焰
*/
@Slf4j
//@Component
@Component
public class UReportDataSource implements BuildinDatasource {
private static final String NAME = "UReportDataSource";

View File

@@ -29,7 +29,7 @@ import static cn.iocoder.yudao.framework.common.util.collection.CollectionUtils.
* @author 赤焰
*/
// TODO @赤焰:这个 bean 的注解,交给 UReportConfiguration 搞
//@Component
@Component
@Slf4j
@Setter
public class UReportDatabaseProvider implements ReportProvider {