# jhipster-registry **Repository Path**: samMeng/jhipster-registry ## Basic Information - **Project Name**: jhipster-registry - **Description**: jhipster-registry - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # JHipster Registry [![Azure DevOps Build Status][azure-devops-image]][azure-devops-url-main] [![Build Status][travis-image]][travis-url] [![Docker Pulls](https://img.shields.io/docker/pulls/jhipster/jhipster-registry.svg)](https://hub.docker.com/r/jhipster/jhipster-registry/) This is the [JHipster](https://www.jhipster.tech/) registry service, based on [Spring Cloud Netflix](https://cloud.spring.io/spring-cloud-netflix/), [Eureka](https://github.com/Netflix/eureka) and [Spring Cloud Config](https://cloud.spring.io/spring-cloud-config/). Full documentation is available on the [JHipster documentation for microservices](https://www.jhipster.tech/microservices-architecture). ## Deploy to Heroku Click this button to deploy your own instance of the registry: [![Deploy to Heroku](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy) There are a few limitations when deploying to Heroku. - The registry will only work with [native configuration](https://www.jhipster.tech/jhipster-registry/#spring-cloud-config) (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 `npm install && npm start` for hot reload of client side code. - For production profile run `./mvnw -Pprod` [azure-devops-image]: https://dev.azure.com/jhipster/jhipster-registry/_apis/build/status/jhipster.jhipster-registry?branchName=master [azure-devops-url-main]: https://dev.azure.com/jhipster/jhipster-registry/_build [travis-image]: https://travis-ci.org/jhipster/jhipster-registry.svg?branch=master [travis-url]: https://travis-ci.org/jhipster/jhipster-registry