gpt4 book ai didi

java - 如何获取默认的 WebApplicationContext?

转载 作者:塔克拉玛干 更新时间:2023-11-03 03:29:44 26 4
gpt4 key购买 nike

我需要 ApplicationContext.xml 的上下文,我在 web.xml 中将其提供为

<listener>
<listener-class>
org.springframework.web.context.ContextLoaderListener
</listener-class>
</listener>

但是我需要在 Controller 类中对此进行控制。

我尝试了很多东西,包括

WebApplicationContext ctx = ContextLoader.getCurrentWebApplicationContext();

但这并没有帮助。

最佳答案

最简单的解决方案是使用 getWebApplicationContext() WebApplicationContextUtils:

Find the root WebApplicationContext for this web application, which is typically loaded via ContextLoaderListener.

另见 getRequiredWebApplicationContext() .

关于java - 如何获取默认的 WebApplicationContext?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2495741/

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