From 0fa29e0dc36990e5826be5f6d1bcc84c9a13201a Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期五, 08 三月 2024 17:10:19 +0800 Subject: [PATCH] 数据大屏部分接口 --- dujy-modules/dujy-demo/pom.xml | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/dujy-modules/dujy-demo/pom.xml b/dujy-modules/dujy-demo/pom.xml index 5193b1e..e0ad3dd 100644 --- a/dujy-modules/dujy-demo/pom.xml +++ b/dujy-modules/dujy-demo/pom.xml @@ -124,6 +124,13 @@ <artifactId>dujy-system</artifactId> </dependency> + <dependency> + <groupId>io.minio</groupId> + <artifactId>minio</artifactId> + <version>7.0.2</version> + </dependency> + + </dependencies> </project> -- Gitblit v1.8.0