Skip to content
  • 实现步骤
  1. 搭建SpringBoot工程
  2. 引入mybatis起步依赖,添加mysql驱动 3 编写DataSource和MyBatis相关配置
  3. 定义表和实体类
  4. 编写dao和mapper文件/纯注解开发
  5. 测试