java.lang.IllegalArgumentException: No enum constant org.apache.ibatis.type.JdbcType.XXXX

 Unable to start embedded container; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'webConfig': Unsatisfied dependency expressed through field 'myStatisticsListener': Error creating bean with name 'myStatisticsListener': Unsatisfied dependency expressed through field 'projectPhaseDao': Error creating bean with name 'projectPhaseDao' defined in file [E:\PROJECT\JTYLearningManagement\target\ROOT\WEB-INF\classes\cn\com\teacher\dao\ProjectPhaseDao.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory': Error creating bean with name 'sqlSessionFactory' defined in class path resource [cn/com/teacher/config/MybatisConfig.class]: Invocation of init method failed; nested exception is org.springframework.core.NestedIOException: Failed to parse mapping resource: 'file [E:\PROJECT\JTYLearningManagement\target\ROOT\WEB-INF\classes\mybatis\DownLoadFileMapper.xml]'; nested exception is org.apache.ibatis.builder.BuilderException: Error parsing Mapper XML. Cause: org.apache.ibatis.builder.BuilderException: Error resolving JdbcType. Cause: java.lang.IllegalArgumentException: No enum constant org.apache.ibatis.type.JdbcType.STRING; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [cn/com/teacher/config/MybatisConfig.class]: Invocation of init method failed; nested exception is org.springframework.core.NestedIOException: Failed to parse mapping resource: 'file [E:\PROJECT\JTYLearningManagement\target\ROOT\WEB-INF\classes\mybatis\DownLoadFileMapper.xml]'; nested exception is org.apache.ibatis.builder.BuilderException: Error parsing Mapper XML. Cause: org.apache.ibatis.builder.BuilderException: Error resolving JdbcType. Cause: java.lang.IllegalArgumentException: No enum constant org.apache.ibatis.type.JdbcType.STRING; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'projectPhaseDao' defined in file [E:\PROJECT\JTYLearningManagement\target\ROOT\WEB-INF\classes\cn\com\teacher\dao\ProjectPhaseDao.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory': Error creating bean with name 'sqlSessionFactory' defined in class path resource [cn/com/teacher/config/MybatisConfig.class]: Invocation of init method failed; nested exception is org.springframework.core.NestedIOException: Failed to parse mapping resource: 'file [E:\PROJECT\JTYLearningManagement\target\ROOT\WEB-INF\classes\mybatis\DownLoadFileMapper.xml]'; nested exception is org.apache.ibatis.builder.BuilderException: Error parsing Mapper XML. Cause: org.apache.ibatis.builder.BuilderException: Error resolving JdbcType. Cause: java.lang.IllegalArgumentException: No enum constant org.apache.ibatis.type.JdbcType.STRING; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [cn/com/teacher/config/MybatisConfig.class]: Invocation of init method failed; nested exception is org.springframework.core.NestedIOException: Failed to parse mapping resource: 'file [E:\PROJECT\JTYLearningManagement\target\ROOT\WEB-INF\classes\mybatis\DownLoadFileMapper.xml]'; nested exception is org.apache.ibatis.builder.BuilderException: Error parsing Mapper XML. Cause: org.apache.ibatis.builder.BuilderException: Error resolving JdbcType. Cause: java.lang.IllegalArgumentException: No enum constant org.apache.ibatis.type.JdbcType.STRING; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'myStatisticsListener': Unsatisfied dependency expressed through field 'projectPhaseDao': Error creating bean with name 'projectPhaseDao' defined in file [E:\PROJECT\JTYLearningManagement\target\ROOT\WEB-INF\classes\cn\com\teacher\dao\ProjectPhaseDao.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory': Error creating bean with name 'sqlSessionFactory' defined in class path resource [cn/com/teacher/config/MybatisConfig.class]: Invocation of init method failed; nested exception is org.springframework.core.NestedIOException: Failed to parse mapping resource: 'file [E:\PROJECT\JTYLearningManagement\target\ROOT\WEB-INF\classes\mybatis\DownLoadFileMapper.xml]'; nested exception is org.apache.ibatis.builder.BuilderException: Error parsing Mapper XML. Cause: org.apache.ibatis.builder.BuilderException: Error resolving JdbcType. Cause: java.lang.IllegalArgumentException: No enum constant org.apache.ibatis.type.JdbcType.STRING; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [cn/com/teacher/config/MybatisConfig.class]: Invocation of init method failed; nested exception is org.springframework.core.NestedIOException: Failed to parse mapping resource: 'file [E:\PROJECT\JTYLearningManagement\target\ROOT\WEB-INF\classes\mybatis\DownLoadFileMapper.xml]'; nested exception is org.apache.ibatis.builder.BuilderException: Error parsing Mapper XML. Cause: org.apache.ibatis.builder.BuilderException: Error resolving JdbcType. Cause: java.lang.IllegalArgumentException: No enum constant org.apache.ibatis.type.JdbcType.STRING; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'projectPhaseDao' defined in file [E:\PROJECT\JTYLearningManagement\target\ROOT\WEB-INF\classes\cn\com\teacher\dao\ProjectPhaseDao.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory': Error creating bean with name 'sqlSessionFactory' defined in class path resource [cn/com/teacher/config/MybatisConfig.class]: Invocation of init method failed; nested exception is org.springframework.core.NestedIOException: Failed to parse mapping resource: 'file [E:\PROJECT\JTYLearningManagement\target\ROOT\WEB-INF\classes\mybatis\DownLoadFileMapper.xml]'; nested exception is org.apache.ibatis.builder.BuilderException: Error parsing Mapper XML. Cause: org.apache.ibatis.builder.BuilderException: Error resolving JdbcType. Cause: java.lang.IllegalArgumentException: No enum constant org.apache.ibatis.type.JdbcType.STRING; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [cn/com/teacher/config/MybatisConfig.class]: Invocation of init method failed; nested exception is org.springframework.core.NestedIOException: Failed to parse mapping resource: 'file [E:\PROJECT\JTYLearningManagement\target\ROOT\WEB-INF\classes\mybatis\DownLoadFileMapper.xml]'; nested exception is org.apache.ibatis.builder.BuilderException: Error parsing Mapper XML. Cause: org.apache.ibatis.builder.BuilderException: Error resolving JdbcType. Cause: java.lang.IllegalArgumentException: No enum constant org.apache.ibatis.type.JdbcType.STRING

解决办法

mapper.xml文件中的

sql语句数据类型拼错了

<select id="findFile" resultType="cn.com.teacher.entity.DownLoadFile">
    select file_id,file_url,create_time,
    from download_file
    where doc_name=#{fileName,jdbcType=VARCHAR}
    and doc_type=#{fileType,jdbcType=  VARCHR };
</select>

第四行语句少了一个A

详细文章请参考

Mybatis——No enum constant org.apache.ibatis.type.JdbcType.XXX的解决办法_Searchin_R的博客-CSDN博客_org.apache.ibatis.type.jdbctype.int

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值