JHipster is a development platform to generate, develop and deploy Spring Boot, Angular/React Web applications and Spring microservices.
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 jhipsterIs 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 jhipsterI am developing an application utilizing JHipster. I have added the following to my application-dev.yml file: spring: profiles: active: …
spring-boot jhipsterI am getting below error in prod mode for (Java8+Oauth2+MySql+Hazelcast+no clustered http sessions) combination. Dev mode …
spring-boot hazelcast jhipsterI have this annoying error when starting Embedded Tomcat on my jHipster Project. Spent a lot of time trying to …
java jhipster liquibaseI have created 3 entities (Author, Book, Library) using "yo jhipster:entity" command but in one entity (Library) I had a …
jhipsterI 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 jhipsterI have a JHipster project in which I have added dependency for Lombok in build.gradle: compile group: 'org.projectlombok', …
intellij-idea gradle jhipster lombok