From daa4524e6871535eb220ffcf3f3c181ec0565dc4 Mon Sep 17 00:00:00 2001 From: "Destiny.Lin" Date: Tue, 4 Jun 2024 14:52:20 +0800 Subject: [PATCH] =?UTF-8?q?REPORT-114391=20=E3=80=90=E5=BE=AE=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E9=80=82=E9=85=8D=E3=80=91=E8=BF=9C=E7=A8=8B&?= =?UTF-8?q?=E6=9C=AC=E5=9C=B0=E8=AE=BE=E8=AE=A1=E5=99=A8=E8=83=BD=E5=A4=9F?= =?UTF-8?q?=E6=AD=A3=E5=B8=B8=E5=90=AF=E5=8A=A8=20=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E8=A7=84=E8=8C=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fanruan/boot/pre/DesignPluginSupplementComponent.java | 5 ++++- .../java/com/fanruan/boot/pre/DesignPreStartComponent.java | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/designer-realize/src/main/java/com/fanruan/boot/pre/DesignPluginSupplementComponent.java b/designer-realize/src/main/java/com/fanruan/boot/pre/DesignPluginSupplementComponent.java index 1eae91ade1..62cd3eca3d 100644 --- a/designer-realize/src/main/java/com/fanruan/boot/pre/DesignPluginSupplementComponent.java +++ b/designer-realize/src/main/java/com/fanruan/boot/pre/DesignPluginSupplementComponent.java @@ -7,7 +7,7 @@ import com.fanruan.carina.annotions.Start; import com.fanruan.carina.annotions.Supplemental; /** - * 类解释注释 + * 设计器需要先注册setCarinaPluginProvider,才能做具体的EnvManager的加载 * * @author Destiny.Lin * @since 11.0 @@ -17,6 +17,9 @@ import com.fanruan.carina.annotions.Supplemental; @DependsOn(dependencies = {"design_tenant", "design_universal_config"}) public class DesignPluginSupplementComponent extends PluginComponent { + /** + * start + */ @Start public void start() { super.prepare(); diff --git a/designer-realize/src/main/java/com/fanruan/boot/pre/DesignPreStartComponent.java b/designer-realize/src/main/java/com/fanruan/boot/pre/DesignPreStartComponent.java index d837682521..ede19bfe1d 100644 --- a/designer-realize/src/main/java/com/fanruan/boot/pre/DesignPreStartComponent.java +++ b/designer-realize/src/main/java/com/fanruan/boot/pre/DesignPreStartComponent.java @@ -53,7 +53,9 @@ import java.util.concurrent.CompletableFuture; public class DesignPreStartComponent { - + /** + * start + */ @Start public void start() { DesignerEnvManager.getEnvManager();