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
JsonPropertyNamingStrategy Config 설정이 적용되지 않아 수동으로 @JsonProperties 혹은 @JsonNaming을 추가해줘야함
@JsonProperties
@JsonNaming
The text was updated successfully, but these errors were encountered:
공유 감사합니다👍 해당 설정을 어떤 것을 적용해보았는지 커밋 내역이나 코드 일부를 공유해주시면 좋을 것 같아요🙏🏻
Sorry, something went wrong.
No branches or pull requests
Describe Bug
JsonPropertyNamingStrategy Config 설정이 적용되지 않아 수동으로
@JsonProperties
혹은@JsonNaming
을 추가해줘야함TODO
The text was updated successfully, but these errors were encountered: