我在一个单独的 VM 上运行 Jhipster Registry,并且遇到了 API 连接问题。在将 Jhipster Registry 迁移到另一个 VM 之前,一切正常。
以下是配置文件的相关部分:
应用程序-prod.yml
instance:
prefer-ip-address: true
client:
service-url:
defaultZone: http://admin:${jhipster.registry.password}@10.202.25.166:8761/eureka/
引导-prod.yml
cloud:
config:
fail-fast: true
retry:
initial-interval: 1000
max-interval: 2000
max-attempts: 100
uri: http://admin:${jhipster.registry.password}@10.202.25.166:8761/config
name: app
profile: prod
label: master
我希望我设置的 URI 值不正确,但是我无法找到在配置中使用 IP 与“localhost”的示例/说明。当 API 在 VM 上启动时,最后一个输出是"No URLs will be polled as dynamic configuration sources."