这个是什么问题,出错信息如下

来源: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 

0
0

殇腥黯皓

2018-05-14

  1. 请把截图放上来,你发的只有warn日志没有error;

  2. 造成的影响是什么?不能启动?

0
4
殇腥黯皓
回复
夏析
看到你的图示应该是feign标签访问不到包里的Productclient,我当时的解决办法是springboot和cloud不用师兄的buildsnapshot,而是用之前的M2,M3,这样那个Feign就能生效了,你可以试试看;在课程公告的常见问题里也有提到类似的问题你可以参考一下
2018-05-14
共4条回复

SpringCloud Finchley(M2+RELEASE+SR2)微服务实战

SpringCloud组件实现微服务,【已升级Finchley.Release】

5673 学习 · 2489 问题

查看课程