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

后端 未结 7 1511
孤独总比滥情好
孤独总比滥情好 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:31

    changed the boot-starter-parent version from 1.5.1.RELEASE to 1.4.0.RELEASE.

提交回复
热议问题