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
OpenFeign으로 추천 api 호출 시 응답값을 받는 과정에서 객체 바인딩이 제대로 이루어지지 않음
OpenFeign으로 추천 api 호출 시 응답값을 받는 과정에서 NPE 발생
The text was updated successfully, but these errors were encountered:
🐛 Bug - 추천 API 오류 수정
1ba8b8f
<body> - ML서버 추천 api 호출 시 응답 값을 객체로 바인딩하는 과정에서 발생하는 오류 수정 <footer> - 관련: #142
moir2407
Successfully merging a pull request may close this issue.
⛔️Bug
OpenFeign으로 추천 api 호출 시 응답값을 받는 과정에서 객체 바인딩이 제대로 이루어지지 않음
Bug Situation
OpenFeign으로 추천 api 호출 시 응답값을 받는 과정에서 NPE 발생
The text was updated successfully, but these errors were encountered: