Top "Jhipster" questions

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

Mapstruct generated class not being injected by Spring in JHipster web app

I'm developing a web app created with JHipster v2.20.0. Using Eclipse 4.5.0 WTP as IDE. The Spring configuration is annotation based. …

jhipster mapstruct
Communication between two microservices

I am creating a project with microservices architecture. And I created two microservices. One of them is for product entity, …

java spring spring-boot jhipster microservices
How to add self signed SSL certificate to jHipster sample app?

I have create sample jHipster app. Now I want to add self signed SSL certificate and test in local to …

spring-boot jhipster
Spring-boot slow to start

When I launch my jhipster app using "mvn spring-boot:run", it takes up to 60 seconds to start... First part of …

jhipster
JHipster - Log Files

I have a JHipster application running and I would like to know where are the logs files. Where are they …

logging jhipster
Angular 7 : Injected service is undefined

I tried to inject AccountService in the LoginService but it won't ,the accountService is undefined but in the other hand …

angular typescript ecmascript-6 dependency-injection jhipster
lombok.javac.apt.LombokProcessor could not be initialized

my question somewhat relates to this post: Gradle build fails on Lombok annotated classes I am using jhipster and lombok 1.16.18 …

gradle jhipster lombok
JHipster and database connection

I'm using JHipster and when I run sudo mvn liquibase:diff I get the below error [INFO] Settings ---------------------------- [INFO] …

maven jhipster liquibase
Add a body to a 404 Not Found Exception

In an REST API generated with JHipster, I want to throw some 404 exceptions. It is normally done with return new …

java rest spring-mvc spring-boot jhipster
Committing fails in Git hooks pre-commit because the node command wasn't found

I generated a JHipster app with Angular and Java, inside of a repository that I had previously made. I then …

java node.js angular github jhipster