啟動zuul時候報錯:The bean 'proxyRequestHelper', defined in class path resource [org/springframework/cloud/netflix/zuul報錯信息如下
*************************** APPLICATION FAILED TO START *************************** Description: The bean 'proxyRequestHelper', defined in class path resource [org/springframework/cloud/netflix/zuul/ZuulProxyAutoConfiguration$NoActuatorConfiguration.class], could not be registered. A bean with that name has already been defined in class path resource [org/springframework/cloud/netflix/zuul/ZuulProxyAutoConfiguration$EndpointConfiguration.class] and overriding is disabled. Action: Consider renaming one of the beans or enabling overriding by setting spring.main.allow-bean-definition-overriding=true Process finished with exit code 1
原因是版本的問題

改成下面的就可以ile

就是springcloud與springboot的版本上存在存問題
