mybatis_day02】的更多相关文章

2.映射器Mapper 相当于dao层,不用写实现类(mybatis底层会采用动态代理模式 会跟我生成实现) 步骤: (1) 创建项目 配置mybatis-config.xml 和昨天一样 (2) 创建接口 ProductMapper (XXXXMapper) 里面定义一个方法findAll -->以前dao层/mapper层 (3) 在对应的ProductMapper.xml namespace 和 标签里面id (namespace+id) == (ProductMapper包路径+方法)…
本案例主要是讲述Spring  和  MyBatis 的环境整合 , 对页面功能的实现并没有做的很完整 先附上本案例的结构 1 . 创建项目并导入相关jar包 commons-collections4-4.0.jarcommons-dbcp2-2.1.1.jarcommons-fileupload.jarcommons-io.jarcommons-logging-1.2.jarcommons-pool2-2.4.2.jarjstl-1.2.jarjunit-4.10.jarmybatis-3.1…