JHipster Registry
This is the JHipster registry service, based on Spring Cloud Netflix, Eureka and Spring Cloud Config.
Full documentation is available on the JHipster documentation for microservices.
Deploy to Heroku
Click this button to deploy your own instance of the registry:
There are a few limitations when deploying to Heroku.
- The registry will only work with native configuration (and not Git config).
- The registry service cannot be scaled up to multiple dynos to provide redundancy. You must deploy multiple applications (i.e. click the button more than once). This is because Eureka requires distinct URLs to synchronize in-memory state between instances.
Running locally
To run the cloned repository;
- For development run
./mvnw -Pdev,webpack
to just start in development or run./mvnw
and runyarn && yarn start
for hot reload of client side code. - For production profile run
./mvnw -Pprod