/senior-registry

Senior Registry - Spring Cloud, Eureka and Zuul

Primary LanguageJavaApache License 2.0Apache-2.0

Senior Registry

This is the Senior Registry registry service, based on Spring Cloud Netflix, Eureka and Spring Cloud Config.

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