Questions tagged [jhipster-registry]

Like the JHipster generator, it is an Open Source, Apache 2-licensed application, and its source code is available on GitHub under the JHipster organization at jhipster/jhipster-registry.

The JHipster Registry has three main purposes:

  • It is a an Eureka server, that serves as a discovery server for applications. This is how JHipster handles routing, load balancing and scalability for all applications.
  • It is a Spring Cloud Config server, that provide runtime configuration to all applications.
  • It is an administration server, with dashboards to monitor and manage applications.

All those features are packaged into one convenient application with a modern Angular-based user interface.

To find more information :

172 questions
0
votes
0 answers

JHIPSTER Registry and NODEJS eureka-js-client NullPointerException

I would like to add a node.js server as a microservice application on jhipster-registry. I use eureka-js-client npm package You can find a node test project "zhudan/node-eureka" on github // ------------------ Eureka Config…
awat
  • 175
  • 1
  • 1
  • 9
0
votes
1 answer

JHIpster microservice application without registry generates configuration for UAA registry

Why does Yeoman Jhipster generator generate code for JHipster UAA service registration with JHipster Registry even when we specify that we are not going to use JHipster Registry during Microservice application generation. Following are the options…
11thdimension
  • 10,333
  • 4
  • 33
  • 71
0
votes
2 answers

How to update maven dependency in jhipster web application

I am using JHipster for my web application development. I am using JHipster facebook login feature. Now I have updated my JHipster version to 4.0.7 so my facebook login is not working.Previous version of"spring-social-facebook.version" is…
0
votes
1 answer

JHipster registry /encrypt and /decrypt endpoints missing

I am using latest JHipster Registry updated just couple of days ago. I am trying to setup symmetric key encryption that is part of spring boot itself https://cloud.spring.io/spring-cloud-config/spring-cloud-config.html (see Key Management). I have…
Abhishek Dujari
  • 2,343
  • 33
  • 43
0
votes
1 answer

Jhipster registry does not allow Eureka Endpoints for sidecar registration

How do I connect to Jhipster registry using Eureka endpoints? I followed this blog. But Jhipster registry doesn't to recognise sidecar and the registration fails with 404 Bad request.
-1
votes
1 answer

jhipster registry v5 unable to get loggers

Unable to get the loggers and change log level for service that register into registry. Pull and start the jhipster-registry v5.0.1 from docker hub. Use the jhipster CLI v6.0.1 to generate a Microservice gateway project and register into…
zack
  • 9
  • 1
  • 6
-1
votes
2 answers

How to redirect at Home page if any router does not exist in Jhipster Angular 4 App?

I want to redirect at Home page if user type any URL which is not exist in system
1 2 3
11
12