JHipster is a development platform to generate, develop and deploy Spring Boot, Angular/React Web applications and Spring microservices.
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 jhipsterIs there a way to generate entities from an existing database model or do I have to create all entities …
yeoman spring-roo yeoman-generator jhipsterI was trying to add an field to my entity as a CLOB. When using the JHipster CLI it was …
spring spring-boot h2 jhipsterI have created my domain using jhipster-uml JDL script. Now I want to establish a O2M from User to …
jhipsterI want to add some attributes to the user entity, when I googled about it, I found a similar question : …
spring jhipsterI 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 metamodelI'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 jhipsterI have read a lot about microservices, and would like to build my app with that approach. What I know …
heroku architecture jhipster microservices