JHipster is a Yeoman-based generator that creates Spring Boot based web applications. JHipster configures a wide variety of tools and frameworks that are commonly used in Spring Boot applications, which improves developer productivity.
This chapter covers how to install JHipster and create a monolithic application. It explores the generated application features and looks at how to create entities using the sub-generator as well as JDL Studio.
Introducing JHipster
Technology is evolving very rapidly and new tools, frameworks, and libraries are being created everyday. ...