BeanDefinitionStoreException Failed to read candidate component class

后端 未结 8 626
醉梦人生
醉梦人生 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:20

    If anyone is still facing this error and is refering the getting started guide from spring.io, not using the defaut package and placing your class files under a new package did the trick for me.

提交回复
热议问题