From ccf05b697db8676056838cbd0633aeadf8e3810a Mon Sep 17 00:00:00 2001 From: hechieh <361020878@qq.com> Date: 星期六, 10 四月 2021 17:08:49 +0800 Subject: [PATCH] 富文本编辑器自定义上传地址 --- ruoyi-generator/pom.xml | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/ruoyi-generator/pom.xml b/ruoyi-generator/pom.xml index 43d1245..144fb5b 100644 --- a/ruoyi-generator/pom.xml +++ b/ruoyi-generator/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>ruoyi</artifactId> <groupId>com.ruoyi</groupId> - <version>3.2.0</version> + <version>3.4.0</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -23,6 +23,12 @@ <artifactId>velocity</artifactId> </dependency> + <!-- collections工具类 --> + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + </dependency> + <!-- 通用工具--> <dependency> <groupId>com.ruoyi</groupId> -- Gitblit v1.9.2