Officially supported blueprints
JHipster supports several official blueprints. These blueprints have two main goals:
- Enhance JHipster with new features using different languages and/or support
- Demonstrate how the main generator behavior can be modified to fit anyone’s needs
Kotlin
First official blueprint, it replaces most of Java back-end code with Kotlin. Source code and documentation could be found here: repository.
Stream lead is: Sendil Kumar.
Vue.js
Second official blueprint, it replaces the whole front-end logic with Vue.js. Source code and documentation could be found here: repository.
Stream lead is: Sahbi Ktifa.
.Net
Third official blueprint, this is the first attempt to leave the Java environment and join .Net world. Source code and documentation could be found here: repository.
Stream lead is: Daniel Petisme.
Node.js
Latest official blueprint, it replaces the server java side with the NestJS Node framework. Source code and documentation could be found here: repository.
Stream lead is: Angelo Manganiello.
Micronaut
Official blueprint supported and driven by people of the Micronaut team itself. It replaces all server side code with a Micronaut application. Source code and documentation can be found here: repository