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
{ "timestamp": "2020-12-24T07:14:31.790+00:00", "result": { "message": "회고글 최신순 조회 성공", #responseMessage -> message로 "data": [ { "postIdx": 1, "title": "1일 1알고리즘 실천 일기", "category": "개발", "content": "...", "view": 326, # 다른 엔티티의 정보는 이렇게 따로 분리해주는게 좋을 것 같음 # @JsonIgnore로 필요한 정보만 보이게 하면? "user": { "userIdx": 40, "nickname": "프로도", "picture": "..." }, "template":{ "idx" : 1, "template_name": "4F" } }, { "idx": 2, "category": "개발", "title": "테스트 주도 개발을 도입하고 나서...", "content": "...", "view": 326, "user": { "idx": 56, "nickname": "라이언", "picture": "..." }, "template":{ "idx" : 2, "template_name": "PSI" } }, ... ] } }
{ "timestamp": "2020-12-24T07:14:31.790+00:00", "error": [ { "code": "E001" "exception": "java.lang.NullPointerException", "message": "존재하지 않는 게시물입니다.", "trace": "java.lang.NullPointerException\r\n\" }, ... ] }
그외 의견이 있으시다면 댓글 부탁드립니다
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Success
Exception or Error
그외 의견이 있으시다면 댓글 부탁드립니다
The text was updated successfully, but these errors were encountered: