标签:round lists 处理器 启动 hand text dao 方法 springmvc
整合思路
工程结构:
---------------------------
1. 整合dao
mybatis和spring进行整合
配置:
1.数据源
2.SqlSessionFactory
3.mapper扫描器
创建po以及mapper(通过逆向工程,这里不再演示)
针对综合查询mapper,一般情况会有关联查询,建议自定义mapper
ItemsMapperCustom.xml
---------------------------
整合service
让spring管理service接口
创建applicationContext-service.xml,文件中配置service
事务控制(applicationContext-transaction.xml)
在applicationContext-transaction.xml中使用spring声明式事务控制方法。
------------------------------------------------------
创建springmvc.xml文件,配置处理器映射器、适配器、视图解析器。
web.xml中配置前端控制器
加载spring容器
将mapper、service、controller加载到spring容器中
部署项目,启动服务器:访问:
----------------------------------
SSM整合(spring,spirngmvc,mybatis)
标签:round lists 处理器 启动 hand text dao 方法 springmvc
原文地址:http://www.cnblogs.com/Joke-Jay/p/7537726.html