这个是什么问题,出错信息如下
来源:7-4 Spring Cloud Stream的使用(上)

夏析
2018-05-13
2018-05-13 16:23:26.435 INFO 46992 --- [ main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@159a598: startup date [Sun May 13 16:23:26 CST 2018]; root of context hierarchy
2018-05-13 16:23:26.673 INFO 46992 --- [ main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2018-05-13 16:23:26.720 INFO 46992 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'configurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$4538800b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2018-05-13 16:23:26.727 WARN 46992 --- [ main] s.c.a.AnnotationConfigApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'configurationPropertiesBeans' defined in org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration: 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.NoSuchFieldError: BINDER_BEAN_NAME
2回答
-
夏析
提问者
2018-05-14
然后就停止启动了,没有error
00 -
殇腥黯皓
2018-05-14
请把截图放上来,你发的只有warn日志没有error;
造成的影响是什么?不能启动?
042018-05-14
SpringCloud Finchley(M2+RELEASE+SR2)微服务实战
5673 学习 · 2489 问题
相似问题