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 Full authentication is required to access this resource

I have created one gateway and 1 microservice application and a jhipster registry. I started the jhipster application and saw these errors. When the 8761 port was up and running the 8761/erueka url was still giving this error. "Full authentication…
0
votes
1 answer

Services registered in Jhipster registry, but gateway cannot route requests

My Services are being registered on jhipster-registry. As can be seen below: As you can see, Canoja service and Gateway are registered in my service registry. And as per the documentation: The gateway will automatically proxy all requests to the…
0
votes
1 answer

jHipster microservice Swagger-UI not available in registry / control center API tab

Microservice local project based on jHipster 7.8.1 Generated: registry control center API Gateway test microservice Test microservice has classs with @RestController @RequestMapping("/api") @GetMapping("/cars") annotations. Authorization with JWT…
0
votes
0 answers

JHipster and Node.js

I have see that there is possibility to use JHipster with node.js "generator-jhipster-nodejs" from the original JHipster branch. https://github.com/jhipster/generator-jhipster-nodejs I'm trying to use it, but in particularly I have problem with one…
Jack23
  • 1,368
  • 7
  • 32
0
votes
1 answer

How to customize GUI in Jhipster+ React application

I have created an application with jhipster + react. It's a default application generated by jHipster. We need to customize the GUI according to our needs(ex, Background change, alignment, layout,menu) on jhipster home page. Do we need to edit it…
0
votes
1 answer

What is the order of JWT Authentication in Jhipster autogenerated Java application?

I am new to JWT authentication. I can use the default Admin credentials for accessing the API's. Where most of them use, but I don't how to register and add a user within the application. Do someone have a postman collections or can someone help to…
Manu C Rajan
  • 153
  • 1
  • 2
  • 13
0
votes
0 answers

How to add screen to view instance logs in Jhipster?

I tried to add screen to view instance logs but it can't work. I watched in GitHub https://github.com/jhipster/jhipster-registry/pull/168/files but it like old version because some file is not exist. Somebody can help me! Thank for your help!
T-LAN
  • 1
0
votes
0 answers

Is it possible to download a folder/directory using spring-cloud-config server's end points?

I am using Jhipster registry as a Eureka server and spring-cloud-config. We have one GIT repo which is mapped to the spring-cloud-config server and in that GIT repo I have a folder named templates which has list of .html files. As I get to know it…
0
votes
0 answers

Jhipster, access denied from gateway to microservice, what have i misconfigured?

with jhipster6, i generate microservice and gateway,they are displaying in the registry, i can hit the microservice with postman but i have an error500 in the gateway i configure security with permitAll() .Maybe it's a route problems with zuul, i…
0
votes
0 answers

Get 'Cannot read property 'replace' of undefined' error on jHipster

While running jHipster command, I got the following errors: + jhipster axon --skip-git --blueprint cst INFO! Using JHipster version installed globally INFO! No custom sharedOptions found within blueprint: generator-jhipster-cst at…
0
votes
1 answer

Bean-Definition Overriding Exception while centralizing micro-services using JHipster-Registry(Cloud Config Server as central server)

I am currently facing an issue during centralization of micro-service client's configuration in JHipster-registry. I am using file-system approach to centralize configuration (central-config) folder of registry app. During start-up of micro-service…
0
votes
0 answers

Fail to start backend generated with JHipster

I have generated a backend app using JHipster version 6.10.1 For generation I have used: jhipster --skip-fronted -db MySQL -auth JWT The app was created as fallows: microservice application user Spring WebFlux name of the app port package JHipster…
Adrian
  • 947
  • 1
  • 12
  • 24
0
votes
1 answer

Can we set the frequency of pull to get better instant updates from config server using Jhipster Registry central-config approach with file-system

Currently I am using in one of my project JHipster micro-service centralization approach using central-config folder, using JHipster Registry app using native file system . I have two questions to ask--- If we can set the frequency of the pull so…
0
votes
0 answers

In jhipster generated microservices, application properties defined in central-config is not working

I have few microservices(uaa, gateway) generated using jhipster. I am using docker-compose to deploy all microservices. It all worked fine if I keep the database related configurations in uaa-dev.yml inside config folder of uaa-service. However, I…
Monu
  • 55
  • 1
  • 5
0
votes
2 answers

How to run jhipster-registry from docker?

I'm new to jhipster, I'm trying to run jhipster-registry, but it seems I can not access it from my browser with this url:http://localhost:8761/ How did I install jhipster-registry in docker? Install docker on mac. docker pull…
user3034559
  • 1,259
  • 2
  • 15
  • 31