Skip to content
web技术学习笔记和分享
Main Navigation
Home
笔记
工具箱
联系作者
GitHub
Appearance
GitHub
Menu
Return to top
On this page
Table of Contents for current page
实现步骤
搭建SpringBoot工程
引入mybatis起步依赖,添加mysql驱动 3 编写DataSource和MyBatis相关配置
定义表和实体类
编写dao和mapper文件/纯注解开发
测试