generator-jhipster
generator-jhipster copied to clipboard
JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures.
enables relationships to 'Authority' in entity-server and ensures using the correct fields in generated files fix #11062 - Please make sure the below checklist is followed for Pull Requests. -...
##### **Overview of the issue** I'm using jhipster with keycloak. If the user does not exist in the local database, it is created (according to UserService.syncUserWithIdP code) and the user...
Dear all, we are using JHipster 6.3.1 version. After created a new project, we have created in JDL Studio two entities : - entity FamilyTag { textId String required, description...
##### **Overview of the issue** cannot regenerate entity after modify the java file ``` ERROR! Error parsing file src/main/java/com/***/service/mapper/CohortMemberMapper.java: undefined At: 1: package com.***.service.mapper; 2: 3: 4: 5: import com.***.domain.CohortMember;...
##### **Overview of the feature request** When creating an application through JHipster, it is necessary to manually adjust the security on the generated endpoints. This could be avoided if security...
##### **Overview of the feature request** I am using JHipster with the "standard" username/password authentication in a project. This project lately had a security penetration test. There were two findings...
Dear Support, you have closed the old ticket 19071, but we have not solved our problem. We have added the log when we remove the --offline from command : ./mvnw...
##### **Overview of the feature request** Integrate Keycloak as a microservice. Example: https://github.com/paris0120/keycloak-server ##### **Motivation for or Use Case** The keycloak can be behind the gateway. It is easier to...
##### **Overview of the issue** I have a customized keycloak server running on 9080 (https://github.com/paris0120/keycloak-server) to replace the docker one. The realm profile is exported from the docker example. The...
I am quite new in jHipster world, so i am not sure if it is really a bug or I am doing something wrong. Anyway, i cross-checked it with other...