From 0b193b98347b5563e59492d8f57eba8f67af6d23 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期二, 27 六月 2023 11:35:54 +0800 Subject: [PATCH] 新增题目 --- ruoyi-common/pom.xml | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 0ee06f4..bb034c6 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -17,12 +17,22 @@ <dependencies> + <dependency> + <groupId>io.minio</groupId> + <artifactId>minio</artifactId> + <version>7.1.0</version> + </dependency> + <!-- Spring妗嗘灦鍩烘湰鐨勬牳蹇冨伐鍏� --> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context-support</artifactId> </dependency> - + <dependency> + <groupId>org.freemarker</groupId> + <artifactId>freemarker</artifactId> + <version>2.3.31</version> + </dependency> <!-- SpringWeb妯″潡 --> <dependency> <groupId>org.springframework</groupId> @@ -163,6 +173,7 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-websocket</artifactId> </dependency> + </dependencies> </project> \ No newline at end of file -- Gitblit v1.9.3