From 031781bc6b529a12185cd9b49f029a2b6f5ef0e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E6=B2=90?= Date: Sat, 20 May 2023 23:40:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/net/maku/storage/config/StorageConfiguration.java | 1 - 1 file changed, 1 deletion(-) diff --git a/maku-boot-system/src/main/java/net/maku/storage/config/StorageConfiguration.java b/maku-boot-system/src/main/java/net/maku/storage/config/StorageConfiguration.java index 9a252ed..121cf48 100644 --- a/maku-boot-system/src/main/java/net/maku/storage/config/StorageConfiguration.java +++ b/maku-boot-system/src/main/java/net/maku/storage/config/StorageConfiguration.java @@ -13,7 +13,6 @@ import org.springframework.context.annotation.Configuration; * * @author 阿沐 babamu@126.com * MAKU - * MAKU */ @Configuration @EnableConfigurationProperties(StorageProperties.class)