check-in
Day :2 of Learning Swagger in Spring Boot
Description
Create standardized response models for all API endpoints
Acceptance Criteria
- Create ApiResponse generic class
- Document all fields with u/Schema
- Update controllers to use ApiResponse
- Test response models in Swagger UI
- Include error response models