# CRUD Reference (Quick) - Status codes: POST 201, GET 200, PUT/PATCH 200, DELETE 204. - Validation: jakarta.validation annotations on DTOs. - Repositories: feature-scoped interfaces + Spring Data adapters.