首页>博客>使用mybaties报错,Caused by: org.apache.ibatis.type.TypeException: The alias 'GeneratedCriteria' is already mapped to the value 'com.gbq.boot.dao.bean.ManagerExample$GeneratedCriteria'.
人间蒸发
2019-06-12 00:02:42
使用mybaties报错,Caused by: org.apache.ibatis.type.TypeException: The alias 'GeneratedCriteria' is already mapped to the value 'com.gbq.boot.dao.bean.ManagerExample$GeneratedCriteria'.
Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'betRecdMapper' defined in file [F:\IdeaProjects\game\target\classes\com\good\game\dao\def\BetRecdMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [org/mybatis/spring/boot/autoconfigure/MybatisAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is org.apache.ibatis.type.TypeException: The alias 'Criterion' is already mapped to the value 'com.good.game.domain.def.GameListExample$Criterion'.
百度了半天,在外国友人的一个论坛下发现了这么一句话。
我使用mybatis生成器生成域和映射器。当我生成一个表时它很好用。
当我生成另一个表时,问题出现了。似乎"xxxExample"和"xxxExample"中的Criterion类冲突,但它是由mybatis生成的。
给出的解决方案:
目前的解决方法是使用mybatis-spring 2.0.0或2.0.2-SNAPSHOT。
很奇怪的问题!我换了以后好使了!
评论
最近浏览
张怼怼 LV1
2021年10月29日
chengpeng11 LV2
2021年5月19日
小小亮 LV1
2021年3月5日
吴小英 LV2
2020年10月19日
lilu0226 LV7
2020年9月14日
ysh11433 LV2
2020年9月3日
zhos0212 LV19
2020年6月2日
Lxx_William LV1
2020年5月26日
csw123 LV2
2020年4月20日
已注销用户 LV34
2020年4月1日