最赞回答 / 牙膏牙膏牙膏
解决了,文件头我是复制的mybatis-config.xml的,所以要把Configuration改成mapper,同样的,后面“”中的mybatis-3-config也要改成mybatis-3-mapper解决完发现自己真笨,其实是对xml的不熟悉,想想为什么是红的呢,肯定是没有映射过来。根本原因还是基础不扎实!
2018-05-30
最新回答 / 慕盖茨8032966
SessionFactoryConfiguration 里注入mybatisConfigFilePath 变量时报错了,找不到mybatis-config.xml 配置文件。检查下@Value 的值写的对吗,application.properties 里mybatis_config_file 的值和你的resources 目录下面的文件名mybatis-config.xml 是否一致。
2018-05-30
讲师回答 / 翔仔
同学可以和源码比对一下,感觉你dao的配置不是狠准确https://gitee.com/xiangze/areadisplay https://gitee.com/xiangze/demo
2018-05-28
最新回答 / 青梅以煮酒
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'cn.com.sinosoft.demo01.dao.AreaDaoTest': Unsatisfied dependency expressed through field 'areaDao'; nested exception is org.springframework.beans.factory.NoSuc...
2018-05-24