From 62a20ce11ab3910c62dcc1baa3d3f6e0af0a526e Mon Sep 17 00:00:00 2001 From: linhaojun Date: Sun, 25 Jun 2023 20:46:37 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B3=A8=E8=A7=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/aurora/config/properties/MinioProperties.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aurora-springboot/src/main/java/com/aurora/config/properties/MinioProperties.java b/aurora-springboot/src/main/java/com/aurora/config/properties/MinioProperties.java index 5dd1f29..fc86633 100644 --- a/aurora-springboot/src/main/java/com/aurora/config/properties/MinioProperties.java +++ b/aurora-springboot/src/main/java/com/aurora/config/properties/MinioProperties.java @@ -2,7 +2,7 @@ package com.aurora.config.properties; import lombok.Data; import org.springframework.boot.context.properties.ConfigurationProperties; -import org.springframework.stereotype.Component; +import org.springframework.context.annotation.Configuration; @Data @Configuration From c4afc97d6deaa56d6f07741a47e4dc8f801fa324 Mon Sep 17 00:00:00 2001 From: linhaojun Date: Sun, 25 Jun 2023 21:01:39 +0800 Subject: [PATCH 2/3] update readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a345dcf..11fdf0c 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,11 @@ - 定时任务:quartz - 其他技术:详见后端项目的pom.xml +## 后续计划 + +- [] 前台代码优化 +- [] 后台vue3重构 + ## 部署 - 详见项目部署文档 From 443d0ec498de6fc987b1bf55992615c2e7ee4576 Mon Sep 17 00:00:00 2001 From: linhaojun Date: Sun, 25 Jun 2023 21:02:25 +0800 Subject: [PATCH 3/3] update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 11fdf0c..1ff0eac 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,9 @@ ## 后续计划 -- [] 前台代码优化 -- [] 后台vue3重构 +- [ ] 前台代码优化 +- [ ] 后台vue3重构 +- [ ] 后端提供轻量化选择 ## 部署