Category "jhipster"

Unable to resolve the OpenID Configuration with the provided Issuer (JHipster with KeyCloak)

I started keycloak by docker-compose -f src/main/docker/keycloak.yml up -d and then gradlew in my project exception occurred as Exception encountered during con

Invalid CORS request: JHipster registry on Azure webapp

I am trying to deploy default Jhipster-registry executable Jar file on Azure webapp. The applications starts and I can see the login page. However, when I put

JestElasticsearchException in jhipster

I m using JHipster 6.7.1. I made a standard installation with elasticsearch option. once Jhipser is started , while trying to search, it throws an exception: J

Mapstruct - How to convert a DTO String parameter to an Entity object?

I'm new to Mapstruct and I'm trying to understand it properly. What I want to achieve is converting from a DTO String parameter (carModel) to his Entity, retrie

Spring Data JPA - Derived Count Query without filtering

I am trying the methods I've found at: https://www.logicbig.com/tutorials/spring-framework/spring-data/derived-count-query.html I'm trying to learn about what c

JHipster v7.1.0: TLS support in dev not working - app crashes or throw exception

I have created a simple microservice application, one gateway and one service, using JDL and enabling 'tls' in dev does not work out off the box, anyone know ho

Change Default Sort and Order for React Jhipster

I am using Jhipster 6.8.0 and trying to change default sorting (sort by : publishedDate and order : desc) based on the following code: const [paginationState,

how disable liquibase in jhipster 7.7.0

I'd like to know how can I temporarily disable Liquibase in JHipster 7.7.0 there is a similar question here I tried this suggested solution but it shows this er

Multiple gateways possible and how to create gateway with frontend only in JHipster?

I am developing 3 Microservices: admin facing web app gateway for user management (admin.com) using mysql public facing web app gateway containing only vuejs fr

jhipster is not recognized as an internal or external command, operable program or batch file

I've followed here https://jhipster.github.io/installation/ and JHipster Quick Start,but on my Windows 10, I've got "jhipster is not recognized as an internal

page size in spring boot to get total size

the default size of page is 20, I want to be able to get all elements from endpoint url. to get 30 elements I set size like below : http://localhost:8080/api/in

Keycloak / SpringBoot - The Issuer <https://example.com> provided in the OpenID Configuration did not match the requested issuer <https://bar.com>

I have an issue with a project I just join. The technical stack : Jhipster with Angular and SpringBoot Keycloak I replace the right url by example.com and bar.c

How to trigger Liquibase from eclipse

I have Eclipse (Spring Tool Suite, latest version) with the liquibase plugin installed. What I want to do is generate a first change log from my existing datab

Static metamodel class is not generated

I just started learning and using Jhipster. I have a question about JPA Static metamodel generation. The following is what I have done according to the Jhipster