Getting Started
JHipster Quick Start
- Install Java, Git and Node.js
- Install JHipster
npm install -g generator-jhipster
- Create a new directory and go into it
mkdir myApp && cd myApp
- Run JHipster and follow instructions on screen
jhipster
- Model your entities with JDL Studio and download the resulting
jhipster-jdl.jdl
file - Generate your entities with
jhipster import-jdl jhipster-jdl.jdl
Learn JHipster In 15 Minutes
Matt Raible created a screencast that shows how to use JHipster 8 to develop a Spring Boot + Angular application.
Books
The JHipster Mini-Book 7.0
Matt RaibleThe JHipster Mini-Book is a guide to getting started with hip technologies today: Angular, Bootstrap, and Spring Boot. All of these frameworks are wrapped up in an easy-to-use project called JHipster. This edition includes an updated microservices section that features WebFlux and micro frontends with React.
Full Stack Development with JHipster - Second edition
Deepu K Sasidharan, Sendil KumarWritten by the core development team of JHipster and fully updated for JHipster 6, Java 11, and Spring Boot 2.1, this book will show you how to build modern web applications with real-world examples and best practices
Community Tutorials and Trainings
- Play by Play: Developing Microservices and Mobile Apps with JHipster by Matt Raible and Michael Hoffman
- Angular 4 Java Developers by Dan Vega and John Thompson
- JHipster: Build and Deploy Spring Boot Microservices by Chris Anatalio (LinkedIn Learning, Lynda.com)
- Better Java Projects Faster with JHipster and Docker (3 part series) by Karsten Silz