0
点赞
收藏
分享

微信扫一扫

Error creating bean with name ‘configurationPropertiesBeans’ defined in class path resource

yellowone 2023-02-21 阅读 38


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

这是由于eureka注册中心和服务的springboot版本不一致导致的



举报

相关推荐

0 条评论