SSM框架整合的基本步驟
1.编写配置文件
(数据库常量配置文件db.properties,
Spring配置文件applicationContext.xml,
MyBatis配置文件mybatis-config.xml,
Spring MVC配置文件springmvc-config.xml,
web.xml)
2.整合应用测试
一.在整合中可能出現的問題
1.编写错误,英文拼错
2.db.properties,applicationContext.xml,mybatis-config.xml,springmvc-config.xml,这4个文件的存放位置
可以直接将这4个文件放在src目录下或者是在项目下创建一个源文件夹(Source Folder)存放,注意不是普通的文件夹
3.web.xml中classpath出现问题
解决方法:
将web目录取消排除