spring boot中使用mybatis的注意点!!!

2021-07-01 20:07

阅读:486

标签:pom.xml   9.png   ons   sql   .com   app   技术分享   XML   exception   

 

1 生成的mapper接口上打上注解

技术分享图片

2 在pom.xml中需要导入mysql(根据需要),jdbc和mybatis的依赖

技术分享图片

3 在主类上设置扫描

技术分享图片

4 com.mysql.cj.exceptions等报错是因为时区问题 在配置文件中加入

技术分享图片

5 在配置文件中指定mybatis的配置文件位置  classpath*:mapper/**/*.xml

技术分享图片

 

附:项目结构图

技术分享图片

 

spring boot中使用mybatis的注意点!!!

标签:pom.xml   9.png   ons   sql   .com   app   技术分享   XML   exception   

原文地址:https://www.cnblogs.com/cl-rr/p/9636118.html


评论


亲,登录后才可以留言!