📄️ Spring Initializr
Head to Spring Initializr, the official Spring Boot project generator (honorable mention to Bootify, interesting alternative).
📄️ Run the Application
For this document, we assume that you created a Spring Boot project using
📄️ First Endpoint
The application now starts and responds with a 404 on every route. Time to give it something real to do. This document builds a single endpoint, GET /api/films/, following hexagonal architecture from day one. The data is hardcoded for now; the goal is to establish the structure that the rest of the application will grow into.