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
스타 정보 변경 파트에서 발생할 수 있는 오류로, 요청 중 스타 구분자 리스트를 빈 칸으로 보내면, 모두 초기화 되는데 비즈니스 로직 상에서 해당 부분을 제어해야 함. 내부적으로 스타 구분이 0개가 되는 경우 Exception 발생 -> ControllerAdvice에서 ErrorResponse 담긴 응답 생성 후 반려 로직 개발 아래는 현재 로직.
NEOUserServiceImpl.java
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🤔 오류 내용
스타 정보 변경 파트에서 발생할 수 있는 오류로, 요청 중 스타 구분자 리스트를 빈 칸으로 보내면, 모두 초기화 되는데 비즈니스 로직 상에서 해당 부분을 제어해야 함.
내부적으로 스타 구분이 0개가 되는 경우 Exception 발생 -> ControllerAdvice에서 ErrorResponse 담긴 응답 생성 후 반려 로직 개발
아래는 현재 로직.
🚩 오류 발견 위치
NEOUserServiceImpl.java
The text was updated successfully, but these errors were encountered: