快速开始
JHipster 快速开始
- 安装 Java 17、Node.js、Git(推荐)和 Docker(推荐)
- 安装 JHipster
npm install -g generator-jhipster
- 创建新目录并进入
mkdir myApp && cd myApp
- 运行 JHipster 并按照屏幕提示操作
jhipster
- 使用 JDL Studio 建模您的实体并下载生成的
jhipster-jdl.jdl
文件 - 使用
jhipster import-jdl jhipster-jdl.jdl
生成您的实体
15分钟学会 JHipster
Matt Raible 制作了一个演示视频,展示如何使用 JHipster 8 开发 Spring Boot + Angular 应用程序。
书籍
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
社区教程和培训
- 实战演练:使用 JHipster 开发微服务和移动应用 作者:Matt Raible 和 Michael Hoffman
- 面向 Java 开发者的 Angular 4 教程 作者:Dan Vega 和 John Thompson
- JHipster:构建和部署 Spring Boot 微服务 作者:Chris Anatalio (LinkedIn Learning, Lynda.com)
- 使用 JHipster 和 Docker 更快地构建更好的 Java 项目(3部分系列)作者:Karsten Silz