我在web.xml中遇到过这段代码,但我不明白它的用途。
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>classpath:my-main-spring.xml</param-value>
</context-param>
我可以知道web.xml中的classpath做了什么吗?我在哪里可以找到关于这件事的更多参考资料或阅读材料?
答案 0 :(得分:2)
很抱歉提出愚蠢的问题,我已经从这个帖子得到了答案&gt; How to import spring-config.xml of one project into spring-config.xml of another project?