Thus, the deployed applications are ready to be launched. We can launch the JHipster Registry at http://localhost:8761; it will list all the registered applications:

Added to that, the registry also tells us the number of instances that are registered. Navigate to Eureka | Instances to check that. Currently, we have one of each instance registered:

Similarly, the Gateway application will list down the microservices that are connected to it. Go to http://localhost:8080.
Navigate to Administration | Gateway to see the microservices applications that are connected to this Gateway application:
