最近开发SpringMVC项目,启动tomcat服务器后报错:
org.springframework.beans.factory.BeanDefinitionStoreException: Failed to read candidate component class:  
网上搜索了很多方法,解决方案都建议jdk版本换成1.7或者1.6。但本人项目的jdk版本正是1.7,尝试更改jdk版本后也未修复该问题,最后尝试删去了原来deploy的jar包,重新引入后,启动成功。具体原因还在查,给碰到该问题的同学推荐一个解决问题的思路。
Failed to read candidate component class:异常解决

相关文章:

  • 2021-12-25
  • 2022-01-17
  • 2021-08-02
  • 2021-05-24
  • 2021-12-28
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-04-19
  • 2021-09-26
  • 2021-10-07
  • 2022-01-23
  • 2022-12-23
相关资源
相似解决方案