From e310ec109ca26173730587e5ff1d16f736f73f52 Mon Sep 17 00:00:00 2001 From: zhuo <2089219845@qq.com> Date: 星期四, 13 二月 2025 11:59:24 +0800 Subject: [PATCH] 添加mybatis-plus和minio --- ruoyi-common/pom.xml | 22 +++++++++++++++++++--- 1 files changed, 19 insertions(+), 3 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 6f9c726..a6fe9b7 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -52,13 +52,13 @@ <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> - + <!-- JSON宸ュ叿绫� --> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> </dependency> - + <!-- 闃块噷JSON瑙f瀽鍣� --> <dependency> <groupId>com.alibaba.fastjson2</groupId> @@ -119,6 +119,22 @@ <artifactId>javax.servlet-api</artifactId> </dependency> + <!-- minio --> + <dependency> + <groupId>io.minio</groupId> + <artifactId>minio</artifactId> + </dependency> + + <!-- minio渚濊禆okhttp 涓嶇劧鎶ラ敊 --> + <dependency> + <groupId>com.squareup.okhttp3</groupId> + <artifactId>okhttp</artifactId> + </dependency> + + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-test</artifactId> + </dependency> </dependencies> -</project> \ No newline at end of file +</project> -- Gitblit v1.9.3