BeanDefinitionStoreException Failed to read candidate component class

后端 未结 8 654
醉梦人生
醉梦人生 2020-12-05 19:20

Can someone tell me how to solve this issue?

I have narrowed down the problem to the pom.xml file. My project works but when I add the following dependency I get an

8条回答
  •  渐次进展
    2020-12-05 20:00

    Another reason is use of Spring 3 with Java 8. Java 8 requires Spring 4.

    (not specific to this question, but for those who are googling the error message)

提交回复
热议问题