如何从Kotlin bean定义文件中获取ApplicationContext

时间:2019-05-06 11:58:22

标签: spring spring-boot kotlin

在kotlin bean定义文件中,我需要获取ApplicationContext,以便可以将其注入另一个bean。

显然没有关于如何执行此操作的文档。 envConfigurableEnvironmentGenericApplicationContext)返回ApplicationContext,但是我无法直接访问上下文本身。

beans {

...

bean<PantryService> {
    PantryServiceImpl(ref(), ref(), ref(), ref(), ref(), ref(), ref())
}

...

}

最后一个参数必须为ApplicationContext

0 个答案:

没有答案