From 8c8c59c1f2005fa3ca89ac2117ca1a3c0c618913 Mon Sep 17 00:00:00 2001 From: dangsn <dangsn@chicecm.com> Date: 星期四, 06 六月 2024 09:41:16 +0800 Subject: [PATCH] 调整项目结构,重新命名 --- Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/properties/WebProperties.java | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/Source/platformProject/vci-platform-web/src/main/java/com/vci/web/properties/WebProperties.java b/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/properties/WebProperties.java similarity index 97% rename from Source/platformProject/vci-platform-web/src/main/java/com/vci/web/properties/WebProperties.java rename to Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/properties/WebProperties.java index 92a3d54..dcbfbac 100644 --- a/Source/platformProject/vci-platform-web/src/main/java/com/vci/web/properties/WebProperties.java +++ b/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/properties/WebProperties.java @@ -3,14 +3,8 @@ import com.vci.starter.web.annotation.config.VciConfigField; import com.vci.starter.web.annotation.config.VciConfigModule; -import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty; import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.context.annotation.Configuration; - -import java.util.HashMap; -import java.util.HashSet; -import java.util.Map; -import java.util.Set; /** * web鐩稿叧鐨勯厤缃� -- Gitblit v1.9.3