- 浏览: 59368 次
- 性别:
- 来自: 南京
文章列表
这几天打算深入学习ssh,这里总结了ssh整合的基本步骤,ssh整合步骤:1.导入必要的jar包;2.在web.xml中配置对spring的支持;
在web.xml中加入如下代码.
<!-- Spring 载入上下文监听器 -->
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>
classpath*:application-context.xml
</p ...