API Contract
The single REST endpoint, full request and response shapes, Bean Validation rules, and what happens when validation fails.
The single REST endpoint, full request and response shapes, Bean Validation rules, and what happens when validation fails.
How GlobalExceptionHandler uses @RestControllerAdvice to intercept validation failures and unexpected errors and convert them into structured JSON responses.
What the Loan Application Evaluator does, why it exists, its tech stack, and how to run it locally.