JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures.
-
Updated
Nov 11, 2020 - JavaScript
{{ message }}
JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures.
A full-stack example app built with JHipster, Spring Boot, Kotlin, Angular 4, ngrx, and Webpack
JHipster Registry, based on Spring Cloud Netflix Eureka and Spring Cloud Config
DEPRECATED: use https://github.com/jhipster/jhipster-bom instead
JDL Studio is an online JHipster Domain Language visual editor
JHipster Domain Language, used by JHipster UML and JDL-Studio to generate entities
Public website for JHipster - generates https://www.jhipster.tech
While I was working on my post with JHipster + VueJS side by side, I realized that the VueJS generator does not generate the components with protected properties.
This was also true for some time for Angular, but after some discussion it was merged
jhipster/generator-jhipster#8839
I open this issue to know if there is
A React Native boilerplate for JHipster apps
My IntelliJ Live Templates
Blog demo app with JHipster 4
DEPRECATED: feature moved to main generator
Java Microservices: Spring Boot, Spring Cloud, JHipster, Spring Cloud Config, and Spring Cloud Gateway
Ionic for JHipster
Improve and fix the issues reported by SonarCloud; https://sonarcloud.io/dashboard?id=jhipster_jhipster-online
Generate PrimeNG components and their features
An IDE for the JHipster Domain Language
JHipster Microservices Example using Spring Cloud, Spring Boot, Angular, Docker, and Kubernetes
JHipster module to enable entity audit and audit log page
JHipster.NET blueprint
Add a description, image, and links to the jhipster topic page so that developers can more easily learn about it.
To associate your repository with the jhipster topic, visit your repo's landing page and select "manage topics."
Overview of the issue
Convert usage of Java's
Optionalto the Kotlin built-in null safety features.Motivation for or Use Case
As the bulk of the Java code is now migrated to Kotlin we can start fully migrating to Kotlin using more of its built-in features. This might seem as it should have been done already but it was intentionally left out to ease the process of migration(#85) and m