NoClassDefFoundError : ConfigurationPropertySources

[亡魂溺海] 提交于 2019-12-06 03:06:07

According to ConfigurationPropertySources source, this class is around from version 2.0.0

Provides access to {@link ConfigurationPropertySource ConfigurationPropertySources}. @author Phillip Webb
@since 2.0.0

You probably did not upgrade your spring boot version but actually downgrade.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!