美文网首页
springboot和mybatis整合

springboot和mybatis整合

作者: 刘磊_3a3b | 来源:发表于2018-02-03 16:50 被阅读0次

一、增加maven依赖(mysql驱动包、springboot和mybatis整合包)

二、在application.properties中配置加载mybatis配置文件和数据源

三、创建po、开发mapper代理接口和对应的mapper.xml

四、开发service以及在service中注入mapper代理对象

五、在controller中调用service

六、验证

数据库如下:

通过浏览器访问数据如下:

源码:

链接:https://pan.baidu.com/s/1htPwPda 密码:765o

相关文章

网友评论

      本文标题:springboot和mybatis整合

      本文链接:https://www.haomeiwen.com/subject/sfluzxtx.html