首页 > 编程语言 > 详细

启动spring-boot出现Error creating bean with name ‘configurationPropertiesBeans‘ defined in class的报错

时间:2021-06-06 21:32:53      阅读:663      评论:0      收藏:0      [点我收藏+]

org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘configurationPropertiesBeans‘ defined in class path resource [org/springframework/cloud/autoconfigure/ConfigurationPropertiesRebinderAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cloud.context.properties.ConfigurationPropertiesBeans]: Factory method ‘configurationPropertiesBeans‘ threw exception; nested exception is java.lang.NoClassDefFoundError: org/springframework/boot/context/properties/ConfigurationBeanFactoryMetadata

技术分享图片

 

 

 原因:注册中心的springcloud 和webui中的springcloud的版本不一致

技术分享图片

 

技术分享图片

 

 

解决:将webui的springcloud的版本改到和注册中心的一致

 

技术分享图片

 

启动spring-boot出现Error creating bean with name ‘configurationPropertiesBeans‘ defined in class的报错

原文:https://www.cnblogs.com/zjwei/p/14855871.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!