Learn JHipster in 12 minutes with Matt Raible


Matt Raible has published a new video on using JHipster 4 to develop a Spring Boot + Angular application.

JHipster news and events


To get the latest JHipster news, please follow us on Twitter: @java_hipster

News

Events

  • September 20th-22nd, 2017 in Atlanta, USA: at CONNECT.TECH, Matt Raible and Dennis Sharpe will present a full day workshop "Angular + Spring + Bootstrap = JHipster"
  • October 11th, 2017 in Dublin, Ireland: Dublin's First JHipster Meetup!
  • November 6th–10th, 2017 in Antwerp, Belgium: at Devoxx Belgium, Julien Dubois, Deepu K Sasidharan and Matt Raible will present several JHipster conferences, and organize a BOF (Birds Of a Feather) one evening

What is JHipster?


+
=

JHipster is a development platform to generate, develop and deploy Spring Boot + Angular Web applications and Spring microservices.

Goal

Our goal is to generate for you a complete and modern Web app or microservice architecture, unifying:

  • A high-performance and robust Java stack on the server side with Spring Boot
  • A sleek, modern, mobile-first front-end with Angular and Bootstrap
  • A robust microservice architecture with JHipster Registry, Netflix OSS, ELK stack and Docker
  • A powerful workflow to build your application with Yeoman, Webpack/Gulp and Maven/Gradle

Sample & Sources

You can checkout a sample generated AngularJS 1 application here.

You can checkout a sample generated Angular 4 application here.

JHipster is Open Source, and all development is done on GitHub

  • If you want to code with us, feel free to join!
  • If you like the project, please give us a star on GitHub

Who uses JHipster?


Lots of great companies use JHipster, all over the world! Find the full list here, and don't forget to add your company once you have started using JHipster

Client side options


  • HTML5
  • CSS3
  • Bootstrap
  • AngularJS
  • Angular
  • JQuery
  • Websockets
  • Yarn
  • Webpack
  • Bower
  • Gulp
  • Sass
  • Browsersync
  • Karma
  • Protractor

Server side options


  • Spring Boot
  • Spring Security
  • Netflix OSS
  • Consul
  • Gradle
  • Maven
  • Hibernate
  • Liquibase
  • MySQL
  • MariaDB
  • PostgreSQL
  • Oracle
  • MS SQL
  • MongoDB
  • Cassandra
  • EhCache
  • Hazelcast
  • Infinispan
  • ElasticSearch
  • Kafka
  • Swagger
  • ELK Stack
  • Prometheus
  • Thymeleaf
  • Gatling
  • Cucumber

Deployment options


  • Docker
  • Kubernetes
  • Heroku
  • CloudFoundry
  • AWS
  • Boxfuse
  • Rancher
  • OpenShift

JHipster Quick Start


Install JHipster yarn global add 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.jh file

Generate your entities with jhipster import-jdl jhipster-jdl.jh

* Assuming you have already installed Java, Git, Node.js, Yarn and Yeoman. For AngularJS 1, you will also need Bower and Gulp