BeanContainerBuilder
在 BootApplicationBuilder 中通过 BootApplicationBuilder.beans 配置依赖管理信息。
beans {
bean(name, instance)
beanBy(name) { Foo() }
bean(name, Foo::class) { Foo() }
scan("com.example1", "com.example2")
}
Content copied to clipboard