摘要:
前置工作 导包:mybatis-spring、mysql-connector-java、mybatis、spring-webmvc、spring-jdbc 实体类 DAO层两个文件(接口、xml文件);Service层的接口 spring-dao.xml 核心:sqlSessionTemplate配 阅读全文
摘要:
前置工作 导包(mybatis-spring、mysql-connector-java、mybatis、spring-webmvc等) 实体类 DAO层两个文件(接口、xml文件);Service层的接口 编写Spring管理mybatis的xml-spring-dao.xml 核心代码(两种方式实 阅读全文
摘要:
前置工作 导包(mysql-connector-java、mybatis) 实体类 Mapper层 1.接口 public interface BookMapper { public Book getBookById(Integer bookID); } 2.创建Mapper的映射文件 <?xml 阅读全文