spring boot中使用mybatis的注意点!!!
2021-07-01 20:07
阅读:486
标签:pom.xml 9.png ons sql .com app 技术分享 XML exception 附:项目结构图 spring boot中使用mybatis的注意点!!! 标签:pom.xml 9.png ons sql .com app 技术分享 XML exception 原文地址:https://www.cnblogs.com/cl-rr/p/9636118.html
1 生成的mapper接口上打上注解
2 在pom.xml中需要导入mysql(根据需要),jdbc和mybatis的依赖
3 在主类上设置扫描
4 com.mysql.cj.exceptions等报错是因为时区问题 在配置文件中加入
5 在配置文件中指定mybatis的配置文件位置 classpath*:mapper/**/*.xml
下一篇:C++ 多态的实现及原理
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:spring boot中使用mybatis的注意点!!!
文章链接:http://soscw.com/index.php/essay/100473.html
文章标题:spring boot中使用mybatis的注意点!!!
文章链接:http://soscw.com/index.php/essay/100473.html
评论
亲,登录后才可以留言!