darioajr / jhipster-registry

JHipster Registry, based on Spring Cloud Netflix Eureka and Spring Cloud Config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JHipster Registry

Azure DevOps Build Status Build Status Docker Pulls

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:

Deploy to Heroku

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 run yarn && yarn start for hot reload of client side code.
  • For production profile run ./mvnw -Pprod

About

JHipster Registry, based on Spring Cloud Netflix Eureka and Spring Cloud Config

License:Apache License 2.0


Languages

Language:Java 29.6%Language:TypeScript 26.2%Language:CSS 26.2%Language:HTML 14.8%Language:JavaScript 2.9%Language:Dockerfile 0.2%Language:Shell 0.0%