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

[Feat] 응답 코드 & 응답 메세지 분리하기 #136

Open
1 task done
pbg0205 opened this issue Jan 6, 2023 · 0 comments
Open
1 task done

[Feat] 응답 코드 & 응답 메세지 분리하기 #136

pbg0205 opened this issue Jan 6, 2023 · 0 comments
Assignees
Labels

Comments

@pbg0205
Copy link
Member

pbg0205 commented Jan 6, 2023

💡 개요

  • 응답코드 & 응답 메세지를 분리하는 작업을 합니다.

🤩 기능 설명

  • 어플리케이션 코드로 메세지가 존재할 경우, 단일 언어를 통해서 메세지를 반환하고 메세지를 수정하기 위해서 소스 코드를 수정해야 하는 단점이 있습니다.
  • 이를 스프링에서 지원하는 국제화(i18n) 기능을 이용하면 메세지를 properties 파일로 관리하기 때문에 메인 코드를 건드리지 않고 또한 accept-language header 에 따라서 다양한 언어로 에러 메세지를 반환할 수 있기 때문에 장점이 있습니다.

🍒 세부 기능

어떤 세부 기능을 구현할지 말씀해주세요.

  • 응답코드 & 응답 메세지 분리

📖 참고 사항

  • springboot 를 사용할 경우, 기본적으로 ResourceBundleMessageSource 을 빈으로 등록하기 때문에 별도의 설정의 없이 message.properties 를 이용해 메세지를 관리할 수 있습니다.
@pbg0205 pbg0205 added the feat label Jan 6, 2023
@pbg0205 pbg0205 self-assigned this Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant