com.netflix.zuul.exception.ZuulException: Forwarding error


 可能是在SpringBoot 的配置文件是.yml形式  而配置没有格式不对 例如下面

zuul: 
  routes:
    routeTest:
      path: /routeTest/163
      url: http://www.163.com
 写成

zuul: 
routes:
routeTest:
path: /routeTest/163
url: http://www.163.com



猜你喜欢

转载自blog.csdn.net/didi7696/article/details/80017692