Top "Jhipster" questions

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

How to set the max size of upload file

I'm developing application based on Spring Boot and AngularJS using JHipster. My question is how to set max size of …

tomcat file-upload spring-boot jhipster
Error: ENOENT: no such file or directory, scandir

I scaffold an app using jhipster which is microservice gateway using cassandra db and using maven to build which was …

maven cassandra gulp jhipster
Spring security authorize request for url & method using HttpSecurity

Is there any way to authorize post request to a specific url using org.springframework.security.config.annotation.web.builders.…

spring spring-security spring-java-config jhipster
How to modify existing entity generated with jhipster?

I use jhipster generator to create a projet. I've generated some entity manually following the information provided in jhipster documentation : …

java hibernate jpa jhipster
I am trying to set maxFileSize but it is not honored

I am developing an application utilizing JHipster. I have added the following to my application-dev.yml file: spring: profiles: active: …

spring-boot jhipster
Unable to register MBean [HikariDataSource (HikariPool-0)] with key 'dataSource'

I am getting below error in prod mode for (Java8+Oauth2+MySql+Hazelcast+no clustered http sessions) combination. Dev mode …

spring-boot hazelcast jhipster
Error creating bean with name 'liquibase' defined in class path resource ... /config/DatabaseConfiguration.class

I have this annoying error when starting Embedded Tomcat on my jHipster Project. Spent a lot of time trying to …

java jhipster liquibase
How to delete an entity after creating it using jhipster?

I have created 3 entities (Author, Book, Library) using "yo jhipster:entity" command but in one entity (Library) I had a …

jhipster
Spring Boot Application failed to start with classpath: []

I generated a Spring Boot application with jHipster, added some code from my previous project (non-jhipster project) and tried to …

java maven spring-boot intellij-idea jhipster
Gradle build fails on Lombok annotated classes

I have a JHipster project in which I have added dependency for Lombok in build.gradle: compile group: 'org.projectlombok', …

intellij-idea gradle jhipster lombok