# jhipster-registry **Repository Path**: tonyduan/jhipster-registry ## Basic Information - **Project Name**: jhipster-registry - **Description**: JHipster Registry, based on Spring Cloud Netflix Eureka and Spring Cloud Config - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-05-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # JHipster Registry [![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](http://jhipster.github.io/) registry service, based on [Spring Cloud Netflix](http://cloud.spring.io/spring-cloud-netflix/), [Eureka](https://github.com/Netflix/eureka) and [Spring Cloud Config](http://cloud.spring.io/spring-cloud-config/). Full documentation is available on the [JHipster documentation for microservices](http://jhipster.github.io/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](http://jhipster.github.io/microservices-architecture/#application-configuration-with-the-jhipster-registry) (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. [travis-image]: https://travis-ci.org/jhipster/jhipster-registry.svg?branch=master [travis-url]: https://travis-ci.org/jhipster/jhipster-registry