org.springframework.beans.factory.BeanDefinitionStoreException: Failed to read candidate component

在练习手工整合spring和mybatis的时候,一直报错:

org.springframework.beans.factory.BeanDefinitionStoreException: Failed to read candidate component class: file [D:\eclipseworks\SpringMybatis\bin\spring\mybatis\mapper\EmployerMapper.class]; nested exception is java.lang.IllegalArgumentExceptionat org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider.findCandidateComponents(ClassPathScanningCandidateComponentProvider.java:281)

我的结构如下:

org.springframework.beans.factory.BeanDefinitionStoreException: Failed to read candidate component_第1张图片

大体上是找不到我建的mapper的类,我比着比较重新修改,打断点,都找不到原因(断点进去之后太复杂,看不懂)。从网上看到有说版本不兼容。我发现,我跟教学环境唯一不一样的是,他用的java7,我用的java8。我尝试着把需要的核心jar包都升级了下,然后又写了个测试应用,成功了。

感悟:自己太小白了,只知其然不知其所以然

你可能感兴趣的:(spring,mybatis,spring,mybatis)