摘要: 1 步骤 数据库环境 创建Maven项目 导入依赖 编写MyBatis配置文件 编写MyBatis工具类 编写实体类 编写Mapper 测试 2 数据库环境 MySQL 8.0版本 create database mybatis; use mybatis; create table `user`( 阅读全文
posted @ 2020-12-28 22:44 tanyiqu 阅读(84) 评论(0) 推荐(0) 编辑