<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>classpath:applicationContext.xml</param-value>
</context-param>
Spring核心配置文件在web.xml中配置
博客展示了一段Java Spring相关的配置代码,包含context-param标签,其中param-name为contextConfigLocation,param-value指定为classpath:applicationContext.xml,体现了Spring配置的关键信息。
3万+

被折叠的 条评论
为什么被折叠?



