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


 It may be that the configuration file in SpringBoot is in the form of .yml and the configuration is not in the wrong format. For example, the following

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

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



Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325904634&siteId=291194637