Top "Jhipster" questions

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

Jhipster - MySQL java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: NO)

I am trying to create a project via JHipster and deploy it to Openshif. Everything seems normal, but when running …

java mysql sql-server-2008 maven jhipster
The configured limit of 1.000 object references was reached while attempting to calculate the size of the object graph

I have a jhipster project and I added some entities. My services are very slow because this warning message: The …

java caching ehcache jhipster
Is it possible to generate entities from an existing database model in JHipster?

Is there a way to generate entities from an existing database model or do I have to create all entities …

yeoman spring-roo yeoman-generator jhipster
jhipster liquibase validation error after modify entity

I was trying to add an field to my entity as a CLOB. When using the JHipster CLI it was …

spring spring-boot h2 jhipster
jhipster: How to create a one-to-many relationship with user entity?

I have created my domain using jhipster-uml JDL script. Now I want to establish a O2M from User to …

jhipster
add attributes to user entity in jhipster

I want to add some attributes to the user entity, when I googled about it, I found a similar question : …

spring jhipster
JPA Static Metamodel not recognized by IntelliJ

I generated the application with JHipster with Gradle as the build tool. When I created entity I added filtering support, …

jpa intellij-idea jpa-2.0 jhipster metamodel
Separating jhipster back-end and front-end into two projects?

I'm trying jhipster with token-based authentication. It works perfectly. Now, I want to run back-end and front-end code on different …

java angularjs authentication jwt jhipster
How to deploy microservices on Heroku

I have read a lot about microservices, and would like to build my app with that approach. What I know …

heroku architecture jhipster microservices
How to overcome `The filename or extension is too long` error with Gradle in windows

Running gradlew gatlingRun in windows fails with below stacktrace, on a default app generated with below config in Jhipster { "generator-jhipster": { "…

windows gradle jhipster gatling