类 CoexistBootstrapLauncher
- java.lang.Object
-
- com.gitee.starblues.bootstrap.launcher.CoexistBootstrapLauncher
-
- 所有已实现的接口:
BootstrapLauncher
public class CoexistBootstrapLauncher extends Object implements BootstrapLauncher
Coexist 类型启动器- 从以下版本开始:
- 3.0.4
- 版本:
- 3.1.0
- 作者:
- starBlues
- 另请参阅:
DevelopmentMode.COEXIST
-
-
方法详细资料
-
launch
public com.gitee.starblues.spring.SpringPluginHook launch(Class<?>[] primarySources, String[] args)
从接口复制的说明:BootstrapLauncher启动插件- 指定者:
launch在接口中BootstrapLauncher- 参数:
primarySources- 主启动类args- 启动参数- 返回:
- SpringPluginHook
-
-