跳到主要内容

快速开始

JHipster 快速开始

  1. 安装 Java 17Node.jsGit(推荐)和 Docker(推荐)
  2. 安装 JHipster npm install -g generator-jhipster
  3. 创建新目录并进入 mkdir myApp && cd myApp
  4. 运行 JHipster 并按照屏幕提示操作 jhipster
  5. 使用 JDL Studio 建模您的实体并下载生成的 jhipster-jdl.jdl 文件
  6. 使用 jhipster import-jdl jhipster-jdl.jdl 生成您的实体

15分钟学会 JHipster

Matt Raible 制作了一个演示视频,展示如何使用 JHipster 8 开发 Spring Boot + Angular 应用程序。

书籍

  • The JHipster Mini-Book 7.0

    The JHipster Mini-Book 7.0

    Matt Raible

    The 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

    Full Stack Development with JHipster - Second edition

    Deepu K Sasidharan, Sendil Kumar

    Written 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

社区教程和培训