이유는 모르겠지만 스프링부트를 실행할 때 갑자기 InetAddress.getLocalHost().getHostName() 가 를 느리게 리스폰스하는 이슈..https://github.com/kyu-kim-kr/issue-tracker/issues/56
JWT를 들고서 리퀘스트할 때 어떻게 동작하는지 아직 잘모르겠다. 그래서 이슈 생성할때 에러도 나고..
위에꺼 해결해보려했으나 시간도 지체되고 나도 지쳐서 오늘은 API 구현 2단계까지 완료 https://github.com/kyu-kim-kr/issue-tracker/milestone/7
2021-06-20 17:28:39.976 WARN 19219 --- [nio-8080-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Unexpected character ('/' (code 47)): maybe a (non-standard) comment? (not recognized as one since Feature 'ALLOW_COMMENTS' not enabled for parser); nested exception is com.fasterxml.jackson.core.JsonParseException: Unexpected character ('/' (code 47)): maybe a (non-standard) comment? (not recognized as one since Feature 'ALLOW_COMMENTS' not enabled for parser)
at [Source: (PushbackInputStream); line: 2, column: 23]]
이거는 요청보낼떄 파라미터가 잘못된거라고함.
참고: https://www.programmersought.com/article/48415842749/
JSON 데이터 안에 //
라고 주석을 달았었는데 그게 문제였음