Skip to content
New issue

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

[global] @RequestBody field를 enum으로 받도록 수정 #92

Open
YangSiJun528 opened this issue Jun 27, 2023 · 0 comments
Open

[global] @RequestBody field를 enum으로 받도록 수정 #92

YangSiJun528 opened this issue Jun 27, 2023 · 0 comments
Labels
fix 기능 보완 priority: low 우선순위 낮음 - style, docs 등 기능에 영향을 주지 않음 refactor 코드 개선

Comments

@YangSiJun528
Copy link
Collaborator

개요

@RequestBody field를 enum으로 받도록 수정해야 합니다.
지금은 @Pattern을 사용하고 있는데, 변경으로 인한 영향이 여러 객체에 전파될 수 있습니다.

추가 내용

아래 글처럼 구현하면 상대적으로 적은 노력으로 장기적으로 더 나은 효율을 낼 수 있을 것 같습니다.

@YangSiJun528 YangSiJun528 added refactor 코드 개선 priority: high 우선순위 높음 fix 기능 보완 priority: low 우선순위 낮음 - style, docs 등 기능에 영향을 주지 않음 and removed priority: high 우선순위 높음 labels Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 기능 보완 priority: low 우선순위 낮음 - style, docs 등 기능에 영향을 주지 않음 refactor 코드 개선
Projects
None yet
Development

No branches or pull requests

1 participant