针对Spring/SpringMVC/MyBatis三个框架的整合有很多的方式,经过最近的学习我来总结一下其配置文件的设置以及三大框架之间的一些关系.代码配置后面附上,仅作为建议.
applicationContext.xml
applicationContext-mvc.xml
1.
2.
sqlMapConfig.xml
1. MyBatis核心配置文件
UserMapper.xml
select * from user
web.xml
1.
filter
org.springframework.web.filter.CharacterEncodingFilter
Encoding
UTF-8
filter
/*
springmvc
org.springframework.web.servlet.DispatcherServlet
contextConfigLocation
classpath:/applicationContext*.xml
springmvc
*.action