We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@RequestBody field를 enum으로 받도록 수정해야 합니다. 지금은 @Pattern을 사용하고 있는데, 변경으로 인한 영향이 여러 객체에 전파될 수 있습니다.
@Pattern
아래 글처럼 구현하면 상대적으로 적은 노력으로 장기적으로 더 나은 효율을 낼 수 있을 것 같습니다.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
개요
@RequestBody field를 enum으로 받도록 수정해야 합니다.
지금은
@Pattern
을 사용하고 있는데, 변경으로 인한 영향이 여러 객체에 전파될 수 있습니다.추가 내용
아래 글처럼 구현하면 상대적으로 적은 노력으로 장기적으로 더 나은 효율을 낼 수 있을 것 같습니다.
The text was updated successfully, but these errors were encountered: