java.lang.NoClassDefFoundError: org/springframework/core/env/ConfigurableEnvironment

后端 未结 7 1508
孤独总比滥情好
孤独总比滥情好 2020-11-27 08:03

I am trying to write a simple RESTful service using Spring Boot. However, there is an error message I am not able to solve. I have been researching and it looks like it is a

7条回答
  •  执念已碎
    2020-11-27 08:21

    Delete the springframework folder in repository, then press Alt + F5 and update the project (force update snapshot).

    C:\Users\xxxx\.m2\repository\org\springframework
    

提交回复
热议问题