一、增加maven依赖(mysql驱动包、springboot和mybatis整合包)
二、在application.properties中配置加载mybatis配置文件和数据源
三、创建po、开发mapper代理接口和对应的mapper.xml
四、开发service以及在service中注入mapper代理对象
五、在controller中调用service
六、验证
数据库如下:
通过浏览器访问数据如下:
源码:
链接:https://pan.baidu.com/s/1htPwPda 密码:765o