installAll
尝试加载所有的 ComponentAutoRegistrarFactory 和 ComponentAutoRegistrarFactory 并注册到 ApplicationBuilder 中。
相当于同时使用 installAllComponents 和 installAllEventProviders:
simbotApplication(Foo) {
installAllComponents(classLoader)
installAllEventProviders(classLoader)
}
Content copied to clipboard