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