⚡ JHipster Stack
Spring Boot · Angular/React · PostgreSQL
NG
Angular / React
JHipster SPA Frontend
- Generated UI with routing & auth guards
- Typescript/ES modules, API clients, state
- JWT / OIDC flows and form validation
↓
SB
Spring Boot
JHipster Backend
- REST APIs, pagination, DTO mappers
- Spring Security (JWT / OIDC), rate limits
- Liquibase migrations, cache & metrics
↓
PG
PostgreSQL
Transactional Data Store
- ACID relational storage for services
- Indexes, JSONB, and extensions
- Liquibase-managed schema versioning
Request Flow: SPA (Angular/React) → Spring Boot APIs → PostgreSQL → Spring Boot → SPA