All Projects → jhipster → Jhipster Registry

jhipster / Jhipster Registry

Licence: apache-2.0
JHipster Registry, based on Spring Cloud Netflix Eureka and Spring Cloud Config

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Jhipster Registry

Jhipster Online
JHipster Online lets you generate your JHipster projects through a user friendly web interface.
Stars: ✭ 140 (-77.38%)
Mutual labels:  hacktoberfest, jhipster
Generator Jhipster Micronaut
Stars: ✭ 63 (-89.82%)
Mutual labels:  hacktoberfest, jhipster
Generator Jhipster Quarkus
Quarkus blueprint for JHipster
Stars: ✭ 85 (-86.27%)
Mutual labels:  hacktoberfest, jhipster
Jhipster Dotnetcore
JHipster.NET blueprint
Stars: ✭ 144 (-76.74%)
Mutual labels:  hacktoberfest, jhipster
Jhipster Kotlin
Kotlin based JHipster
Stars: ✭ 339 (-45.23%)
Mutual labels:  hacktoberfest, jhipster
Generator Jhipster
JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures.
Stars: ✭ 19,162 (+2995.64%)
Mutual labels:  hacktoberfest, jhipster
Jdl Studio
JDL Studio is an online JHipster Domain Language visual editor
Stars: ✭ 365 (-41.03%)
Mutual labels:  hacktoberfest, jhipster
Jhipster
DEPRECATED: use https://github.com/jhipster/jhipster-bom instead
Stars: ✭ 399 (-35.54%)
Mutual labels:  hacktoberfest, jhipster
Syntax
A website for the Syntax Podcast
Stars: ✭ 610 (-1.45%)
Mutual labels:  hacktoberfest
Rendertron
A Headless Chrome rendering solution
Stars: ✭ 5,593 (+803.55%)
Mutual labels:  hacktoberfest
Python Escpos
Python library to manipulate ESC/POS printers
Stars: ✭ 607 (-1.94%)
Mutual labels:  hacktoberfest
Druntime
Low level runtime library for the D programming language
Stars: ✭ 608 (-1.78%)
Mutual labels:  hacktoberfest
Sentry Javascript
Official Sentry SDKs for JavaScript. We're hiring https://grnh.se/ca81c1701us
Stars: ✭ 6,012 (+871.24%)
Mutual labels:  hacktoberfest
Statsd exporter
StatsD to Prometheus metrics exporter
Stars: ✭ 608 (-1.78%)
Mutual labels:  hacktoberfest
Dwitter
Social network for short js demos
Stars: ✭ 618 (-0.16%)
Mutual labels:  hacktoberfest
Stylelint Order
A plugin pack of order related linting rules for stylelint.
Stars: ✭ 607 (-1.94%)
Mutual labels:  hacktoberfest
Kiwi
the leading open source test management system
Stars: ✭ 607 (-1.94%)
Mutual labels:  hacktoberfest
Php Censor
PHP Censor is an open source self-hosted continuous integration server for PHP projects.
Stars: ✭ 619 (+0%)
Mutual labels:  hacktoberfest
Camunda Bpm Examples
A collection of usage examples for camunda BPM intended to get you started quickly
Stars: ✭ 617 (-0.32%)
Mutual labels:  hacktoberfest
Lucid
AdonisJS official SQL ORM. Supports PostgreSQL, MySQL, MSSQL, Redshift, SQLite and many more
Stars: ✭ 613 (-0.97%)
Mutual labels:  hacktoberfest

JHipster Registry

Build Status Docker 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 npm install && npm start for hot reload of client side code.
  • For production profile run ./mvnw -Pprod
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].