Jhipster 网关 Zuul 路由

Jhipster Gateway Zuul Route

您好,我正在添加如下 zuul 路由以在 jhipster 网关中注册,并且成功。

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

然而,它是在注册后附加url如下。

http://localhost:8282/greeting/greeting

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

zuul route 下应该传什么值才能得到上面的url。提前致谢。

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