Top "Jhipster" questions

JHipster is a development platform to generate, develop and deploy Spring Boot, Angular/React Web applications and Spring microservices.

Convert entity property camel case to snake case in json in jhipster project

I am working with a project that is generated with jhipster. It is a micro service architecture project. In my …

java json spring-boot jhipster
How to pass credentials for jenkins to push a docker image to my own registry?

JHipster now uses the maven-jib-plugin. Before that, my jenkins server running in a docker-container was able to build a docker …

jenkins-pipeline jhipster jib
Connection terminated as request was larger than 10485760

I'm trying to upload a 6MB file to my JHipster app server. However, I get the following error. Where can …

spring-boot jhipster
In JHipster how to create entity with relationship with User?

I need to create my own entities using the JHipster using the command "yo jhipster:entity myEntity" that have many-to-one …

jhipster
JHipster authentication using Postman and JWT

I'd been using the Postman in-tab extension to tests calls to call JHipster resource API's and found that it worked …

jwt jhipster postman
How to update the JHipster project after updating JHipster generator?

I updated my JHipster installation as per this page by running the command npm update -g generator-jhipster But to update …

java spring yeoman-generator jhipster
How to set base url for Angular application

I have an Angular application as generated by JHipster. By default, it runs on the root / url, and redirects to /#/. …

angular jhipster
JHipster: Filtering entities with criteria - intended Angular client-side approach

I've recently started using JHipster - thanks to the maintainers for this fantastic project! In the current version of JHipster (4.10.2 …

angular jhipster
Spring Security get user info in rest service, for authenticated and not authenticated users

I have a spring rest service, I want to use it for authenticated and not authenticated users. And I want …

java spring authentication spring-security jhipster
jhipster- how to add a new role

I am trying to add a new role (ROLE_REPORTS) on a project generated using JHipster. I can see the …

java jhipster