springboot2.x整合mybatis和mysql

2025-06-07 16:45:24

1、创建springboot项目,添加mybatis和mysql依赖。web依赖用于展示数据

springboot2.x整合mybatis和mysql
springboot2.x整合mybatis和mysql

2、在applicatin.properties中配置数据源。连接本地的mysql数据库。

springboot2.x整合mybatis和mysql

3、在application.properties中设置mybatis的映射文件路径

springboot2.x整合mybatis和mysql

4、在mybatis中创建表。这里用mybatis自带的一张表

springboot2.x整合mybatis和mysql

5、创建实体类、控制器、业务逻辑等代码

springboot2.x整合mybatis和mysql
springboot2.x整合mybatis和mysql
springboot2.x整合mybatis和mysql
springboot2.x整合mybatis和mysql
springboot2.x整合mybatis和mysql

6、创建mapper.xml文件

springboot2.x整合mybatis和mysql
springboot2.x整合mybatis和mysql

7、编辑启动器类,增加mapper映射

springboot2.x整合mybatis和mysql

8、启动项目和postman访问项目即可

springboot2.x整合mybatis和mysql
声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
猜你喜欢