您好我正在添加如下zuul路由以在jhipster网关中注册并且它是成功的。
routes: myhost: path: /greeting/** url: http://localhost:8080
但是,它会在注册后附加如下网址。
http://localhost:8282/greeting/greeting
我期待http://localhost:8282/myhost/greeting/
我应该在zuul路由下传递什么值来获取上面的url。提前致谢。
您好我正在添加如下zuul路由以在jhipster网关中注册并且它是成功的。
routes: myhost: path: /greeting/** url: http://localhost:8080
但是,它会在注册后附加如下网址。
http://localhost:8282/greeting/greeting
我期待http://localhost:8282/myhost/greeting/
我应该在zuul路由下传递什么值来获取上面的url。提前致谢。