web.xml中的classpath做了什么?

时间:2012-06-27 13:13:52

标签: web.xml

我在web.xml中遇到过这段代码,但我不明白它的用途。

<context-param>
   <param-name>contextConfigLocation</param-name>
   <param-value>classpath:my-main-spring.xml</param-value>
</context-param>

我可以知道web.xml中的classpath做了什么吗?我在哪里可以找到关于这件事的更多参考资料或阅读材料?

1 个答案:

答案 0 :(得分:2)

很抱歉提出愚蠢的问题,我已经从这个帖子得到了答案&gt; How to import spring-config.xml of one project into spring-config.xml of another project?