摘要: 思路流程:搭建环境-->导入Mybatis >编写代码 >测试 搭建数据库 导入Mybatis响应jar包 编写Mybatis-config.xml核心配置文件 编写Mybatis工具类,用来获取SqlSession对象 创建实体类 编写dao层Mapper接口 编写Mapper.xml文件 编写测 阅读全文
posted @ 2021-04-05 17:38 Flycw 阅读(38) 评论(0) 推荐(0)