简体   繁体   中英

Jhipster control center not showing applications

I just created a fresh Jhipster 7.0.1 project and I'm trying to use the Jhipster Control center.

In the official page , it says:

As soon as an application registers on a server (consul or eureka), it will become available in the list.

I just started all my microservices, they are all registered in the Jhipster registry but they are still not showing up on the Control center.

Am I forgetting to do something? I didn't do any extra configuration, just created the project and started.

To use JHipster Control Center, you must edit src/main/docker/jhipster-control-center.yml to configure it to use your chosen discovery service (in your case Eureka with the JHipster registry).

The instructions are in the jhipster-control-center.yml file comments, you got to set 2 environment variables in jhipster-control-center.yml and remove "127.0.0.1:" prefix from ports in the jhipster-registry.yml file.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM