spring-mybatis整合异常

Posted floatthy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring-mybatis整合异常相关的知识,希望对你有一定的参考价值。

Failed to read artifact descriptor for XXXXXX:jar:XXXX.RELEAS

原因是maven的本地仓库没有设置好。在别处拷贝过来的项目会有自己的仓库位置设置。我们需要手动在setting-maven中更改位置

 

There is more than one bean of ‘CategoryDao‘ type.

为idea的一个bug,如果不想要出现这个警告可以用resource注入

以上是关于spring-mybatis整合异常的主要内容,如果未能解决你的问题,请参考以下文章

最新最全面的Spring详解——Spring-Mybatis整合

Spring-Mybatis --- 配置SqlSessionFactoryBean,整合Spring-Mybatis(转)

spring-mybatis整合的dao单元测试

mybatis快速入门-spring-mybatis整合

Spring-MyBatis整合

Spring-Mybatis整合 | 原理分析