From 46911b2d954fb8952cc178aa388d977d52d69927 Mon Sep 17 00:00:00 2001 From: E1ED922C1E9526DD63272D7EC5C6CB77 <E1ED922C1E9526DD63272D7EC5C6CB77@i-search.com.cn> Date: 星期日, 07 二月 2021 09:10:08 +0800 Subject: [PATCH] 添加通用文件上传 --- pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 1be7491..ab59e4d 100644 --- a/pom.xml +++ b/pom.xml @@ -249,6 +249,12 @@ <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper</artifactId> </dependency> + + <dependency> + <groupId>com.dtflys.forest</groupId> + <artifactId>spring-boot-starter-forest</artifactId> + <version>1.5.0-RC2</version> + </dependency> </dependencies> <build> -- Gitblit v1.8.0