CRUD Reference (Quick)

February 7, 2026 ยท View on GitHub

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