本文主要是介绍Mapped Statements collection already contains value for com.dao.PlanMapper.deleteByPrimaryKey 解决方案,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
网上查了半天都不对。
@ContextConfiguration(locations = { "classpath:/spring-mybatis.xml"})
@RunWith(SpringJUnit4ClassRunner.class)
当我以spring作上下文测试的时候死活都是失败。
后来把mybatis全局配置文件的< mappers >标签去掉就好了。
但是如果只需要单独进行mybatis测试的时候,才需要加< mappers >
这篇关于Mapped Statements collection already contains value for com.dao.PlanMapper.deleteByPrimaryKey 解决方案的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!