Jhipster Gateway Zuul路线

问题描述 投票:1回答:1

嗨,我正在按如下方式添加zuul路由,以在jhipster网关中注册,并且成功。

routes:
    myhost:
        path: /greeting/**
        url: http://localhost:8080

但是,它在注册后按如下所示附加网址。

http://localhost:8282/greeting/greeting

我期待http://localhost:8282/myhost/greeting/

我应该在zuul路由下传递什么值来获取上述网址。提前致谢。

jhipster netflix-zuul jhipster-registry
1个回答
0
投票

我为路径分配了空值。现在已按预期生成了网址

© www.soinside.com 2019 - 2024. All rights reserved.