From 3f8beb2f0bc4940bcecc62cf2c64eb973a274a43 Mon Sep 17 00:00:00 2001 From: zhaojun1998 Date: Wed, 24 Feb 2021 18:40:10 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20debug=20=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E4=BC=98=E5=8C=96,=20=E5=A2=9E=E5=8A=A0=E5=88=B0=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E5=8F=82=E6=95=B0=E6=8E=A5=E5=8F=A3=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/im/zhaojun/zfile/controller/home/FileController.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/im/zhaojun/zfile/controller/home/FileController.java b/src/main/java/im/zhaojun/zfile/controller/home/FileController.java index d5d8a0d..c4dd131 100644 --- a/src/main/java/im/zhaojun/zfile/controller/home/FileController.java +++ b/src/main/java/im/zhaojun/zfile/controller/home/FileController.java @@ -20,6 +20,7 @@ import im.zhaojun.zfile.util.FileComparator; import im.zhaojun.zfile.util.HttpUtil; import im.zhaojun.zfile.util.StringUtils; import lombok.extern.slf4j.Slf4j; +import org.springframework.beans.factory.annotation.Value; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.RequestMapping;