gpt4 book ai didi

java - 初始化打包在 jar 文件中的 Spring bean

转载 作者:搜寻专家 更新时间:2023-10-31 20:24:26 25 4
gpt4 key购买 nike

在 web-app 中,我们定义 spring 的上下文配置位置来初始化所有的 bean,这样

 <!-- Spring Application Configuration -->
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>/WEB-INF/spring/ctx-*.xml</param-value>
</context-param>
<listener>
<description>Spring Context Listener</description>
<display-name>SpringContextListener</display-name>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>

我想知道是否可以在我没有 web.xml 的 jar 文件(包含所有 spring bean)中执行此操作?

最佳答案

你可以使用前缀 'classpath:'

classpath:ctx-*.xml

参见 http://static.springsource.org/spring/docs/2.5.6/reference/resources.html#resources-app-ctx

关于java - 初始化打包在 jar 文件中的 Spring bean,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2383406/

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