mybatis
caihorse
这个作者很懒,什么都没留下…
展开
-
Springmvc+Mybatis( 配置Conveter转换器 转换工厂 (来转换数据格式)),报错,搞好了
DEBUG [localhost-startStop-1] - Checking to see if class com.tm.po.ItemsExampleCriterionmatchescriteria[isassignabletoObject]DEBUG[localhost−startStop−1]−Checkingtoseeifclasscom.tm.po.ItemsExampleCriterion matches criteria [is assignable to Object]DEBUG [原创 2020-06-03 17:51:04 · 1050 阅读 · 0 评论 -
解决mybatis加载配置文件错误的问题
解决java.io.IOException: Could not find resource SqlMapConfig.xml可以参照如下,将SqlMapConfig.xml放到src下![ public class Test {private SqlSessionFactory sqlSessionFactory = null;@org.junit.Testpublic void finduserbyid() throws IOException{// 1. 创建SqlSessionFact原创 2020-05-31 16:48:42 · 1019 阅读 · 0 评论 -
Mybatis SqlMapConfig.xml无编辑提示的解决方法
Mybatis SqlMapConfig.xml无编辑提示的解决方法:1、先到Mybatis-.jar里面找到mybatis-3.2.7.jar\org\apache\ibatis\builder\xml的mybatis-3-mapper.dtd,放到指定位置2、window–》preference–》搜索xml–》选择XML Catalog然后如下填写即可完成...原创 2020-05-31 14:44:59 · 282 阅读 · 0 评论