日常小经验
奥楚蔑洛夫
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
springframework.context.annotation.ConflictingBeanDefinitionException: Annotation-specified bean
错误信息 org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsin g XML document from class path resource [spring/springmvc.xml]; nested exception is org.spr ingframework.context.annotation.ConflictingBeanDefinitionException:原创 2020-11-07 11:20:41 · 607 阅读 · 0 评论 -
org.apache.ibatis.binding.BindingException: Type interface is not known to the MapperRegist
显然,没有在大的配置文件里添加 第一种情况是 <mappers> <mapper class="com.xxx.xxx.xml"></mapper> </mappers> 第二种是 <mappers> <!-- 该包下所有的dao接口都可以使用 --> <package name="com/yzf.dao"/> </mappers> 明显看出第一个是添原创 2020-10-16 15:51:49 · 276 阅读 · 0 评论
分享