msksbr 402e9e04cd refactor(api): restructure auth endpoints with DTO validation and unified response
- Add Result<T> generic response template for standardized API output
- Introduce UserLoginDTO with validation annotations for login requests
- Migrate AuthController to use DTO binding and return Result responses
- Update AuthService interface to accept UserLoginDTO and return Boolean
- Add Jackson configuration (snake_case, non-null, date format)
- Include jackson-module-kotlin and spring-boot-starter-validation deps
2026-05-20 17:29:04 +08:00
2026-05-13 03:11:56 +08:00
2026-05-13 03:11:56 +08:00
2026-05-13 03:11:56 +08:00
2026-05-13 03:11:56 +08:00
S
Description
No description provided
MIT 499 KiB
v0.1f Latest
2026-05-26 13:03:48 +08:00
Languages
Kotlin 93.4%
PLpgSQL 5.6%
Shell 1%