web.xml
<!-- Spring 配置文件 -->
<context-param><param-name>contextConfigLocation</param-name>
<param-value>
classpath:applicationContext*.xml,classpath*:spring/*.xml
</param-value>
</context-param>
classpath:找到发布目录下找到根路径。
web.xml
<!-- Spring 配置文件 -->
<context-param></context-param>
classpath:找到发布目录下找到根路径。

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