在kotlin bean定义文件中,我需要获取ApplicationContext
,以便可以将其注入另一个bean。
显然没有关于如何执行此操作的文档。 env
从ConfigurableEnvironment
(GenericApplicationContext
)返回ApplicationContext
,但是我无法直接访问上下文本身。
beans {
...
bean<PantryService> {
PantryServiceImpl(ref(), ref(), ref(), ref(), ref(), ref(), ref())
}
...
}
最后一个参数必须为ApplicationContext