gpt4 book ai didi

spring-boot - 从 CommandLinerunner 获取应用程序上下文

转载 作者:行者123 更新时间:2023-12-03 12:47:46 26 4
gpt4 key购买 nike

我们如何从 CommandLineRunner 类访问 ApplicationContext。有没有比使用 ApplicationContextAware 更好的更新方法

最佳答案

Autowiring 可以工作,无论是作为一个领域

@Autowired
private ApplicationContext context;

或方法
@Autowired
public void context(ApplicationContext context) { this.context = context; }

ApplicationContextAware真的。

无论如何,这都是一种气味——也许如果你考虑一下你的用例,你会找到一种没有上下文的方法吗?

关于spring-boot - 从 CommandLinerunner 获取应用程序上下文,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21344386/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com