JHipster

Overview

This module documents customisations and best practices for JHipster-generated applications. JHipster scaffolds Angular + Spring Boot applications with sensible defaults, but several generated artefacts require replacement before production use.

Topics

Project customization checklist

A comprehensive post-generation checklist covering branding, favicons, application name, navbar, footer, and Spring Boot banner. This guide replaces the legacy jhipster-customizing.adoc notes.

See Project customization checklist for the full guide.

Loading and error page

The default index.html generated by JHipster includes a pacman loading animation and developer-oriented error messages that reference npm install, Stack Overflow, and Gitter. These are inappropriate for end users.

See Loading and error page for the replacement template and implementation guide.