Home
Use Case
Type:
Web Application Stack
Typical Use Case:
Enterprise backends
Famous Usage:
Netflix
๐ฟ Spring Stack
Spring Boot ยท Hibernate ยท PostgreSQL
S
Spring Boot
Java Application Layer
REST controllers & services
Spring Security & Actuator
Auto-configured starters
โ
H
Hibernate
ORM & JPA Provider
Entity mapping & migrations
Lazy loading & caching
JPQL/Criteria queries
โ
P
PostgreSQL
Relational Database
ACID transactions
Advanced SQL & indexing
JSONB and extensions
Request Flow:
Client โ Spring Boot (REST/API) โ Hibernate (ORM) โ PostgreSQL (Data) โ Hibernate โ Spring Boot โ Client