类 CabinAppBootstrap
- java.lang.Object
-
- io.esastack.cabin.support.bootstrap.CabinAppBootstrap
-
public class CabinAppBootstrap extends Object
-
-
构造器概要
构造器 构造器 说明 CabinAppBootstrap()
-
-
-
方法详细资料
-
run
public static void run(String[] args)
Start a new thread to re-run the application, the previous main thread would block until the new thread exit and no more application code would execute.- 参数:
args- the application launch arguments
-
-