🌱 Spring Boot Request Flow

Click an endpoint, hit Send, and watch a real HTTP request travel through every layer of a Spring Boot app — DispatcherServlet → filters → controller → validation → service → repository → Hibernate → database — then back out as JSON. No backend needed; it runs entirely in your browser.

★ Star on GitHub
request (in) response (out) exception path

Trace log

HTTP response

← send a request to see the response