IDEA下MyBatis错误总结
Posted mokero
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IDEA下MyBatis错误总结相关的知识,希望对你有一定的参考价值。
1. Pom.xml配置
语法顺序
<properties resource="config.properties"> </properties>
<settings>
<setting name="logImpl" value="LOG4J"/>
</settings>
2. mybatis中找不到配置的xml文件
https://blog.csdn.net/u010648555/article/details/70880425
https://blog.csdn.net/qq_23184291/article/details/78089115
3. 报错java.sql.SQLException: The server time zone value ‘?D1ú±ê×?ê±??‘ is unrecognized
https://blog.csdn.net/oppo5630/article/details/52162783
0. 其他
1.使用IDEA新建项目时,先在src/main目录下新建java目录,将java目录设置为resource root目录后,才可以使用com..的方式在src/main/java/com//路径建立包,否则仅会建立单个文件名为com..的文件夹
以上是关于IDEA下MyBatis错误总结的主要内容,如果未能解决你的问题,请参考以下文章
idea 安装mybatis plugin (mybatis插件)