|
|
|
@ -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(); |
|
|
|
|