Zuul Routing on Root Path
问题 I want to config zuul to route request to root / to a home page. I tried: root: path: / url: http://hostname/home/index.jsp and root: path: /** url: http://hostname/home/index.jsp But neither of them works. I just got a 404 NOT FOUND. I think the path match config should be similar to those with contexts, such as /service/** , but it's not. 回答1: This is what I have done to make this work. Within Zuul -> controller: @RequestMapping(value = "/", method = RequestMethod.GET) public String