Skip to content

Feature/bean validation#8

Merged
thr13 merged 2 commits intomainfrom
feature/bean-validation
Jul 20, 2025
Merged

Feature/bean validation#8
thr13 merged 2 commits intomainfrom
feature/bean-validation

Conversation

@thr13
Copy link
Copy Markdown
Owner

@thr13 thr13 commented Jul 20, 2025

Form 전송 객체 분리, HTTP 메시지 컨버터 와 ModelAttribute 오류차이

thr13 added 2 commits July 21, 2025 00:04
ModelAttribute 는 각 필드 단위로 적용되므로 타입이 맞지 않는 오류가 발생해도 나머지 필드는 정상 처리된다 그러나 HTTP 메시지 컨버터는 필드 단위로 적용되지 않고 전체 객체 단위로 적용되므로 JSON 데이터를 객체로 변경하지 못하면 이후 단계가 진행되지 않는다
@thr13 thr13 merged commit fb4c4a2 into main Jul 20, 2025
@thr13 thr13 deleted the feature/bean-validation branch July 20, 2025 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant