create
abstract fun create(configurer: ConfigurerFunction<ApplicationFactoryConfigurer<C, AER, DC>>?): L(source)
通过配置逻辑 configurer 构建一个预处理启动器 ApplicationLauncher。
create {
config {
...
}
install(...) {
...
}
}
Content copied to clipboard
构建一个预处理启动器 ApplicationLauncher。