SpringBoot微服务整合MyBatis完成CRUD
SpringBoot微服务整合MyBatis完成员工的CRUD
创建springboot项目
需要导入以下插件
Web cache mybatis mysql
整体项目结构
实体类
mapper
service
controller
配置文件
主运行
运行结果