728x90
반응형
SMALL

23.03.04

55일차

o.s.b.d.LoggingFailureAnalysisReporter

intllij 내 Bean을 찾지 못해서 발생하는 오류

org.springframework.security.crypto.password.PasswordEncoder' in your configuration.

시큐리티 비밀번호가 안되었다.

→ application.properties가 사라져서 발생한 문제

admin.token 값을 넣어줬더니 실행함!!

회원가입 테스트에서

2023-03-04 12:54:03.295  WARN 4499 --- [nio-8080-exec-2] 
.w.s.m.s.DefaultHandlerExceptionResolver : 
Resolved [org.springframework.http.converter.HttpMessageNotReadableException: 
JSON parse error: Unexpected character ('”' (code 8221 / 0x201d)): 
was expecting double-quote to start field name; nested exception is 
com.fasterxml.jackson.core.JsonParseException: 
Unexpected character ('”' (code 8221 / 0x201d)): 
was expecting double-quote to start field name<EOL> at 
[Source: (org.springframework.util.StreamUtils$NonClosingInputStream); 
line: 2, column: 4]]
2023-03-04 12:56:21.578  WARN 4499 --- [nio-8080-exec-4] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Illegal unquoted character ((CTRL-CHAR, code 10)): has to be escaped using backslash to be included in name; nested exception is com.fasterxml.jackson.core.JsonParseException: Illegal unquoted character ((CTRL-CHAR, code 10)): has to be escaped using backslash to be included in name<EOL> at [Source: (org.springframework.util.StreamUtils$NonClosingInputStream); line: 2, column: 33]]
2023-03-04 15:32:32.344  WARN 1720 --- [nio-8080-exec-7] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.multipart.support.MissingServletRequestPartException: Required request part 'postRequestDto' is not present]

→ 포스트맨에서 제대로 입력을 하지 않아서 발생한 문제

대댓글을 게시글에 불러오는 문제를 아직 해결을 하지 못하고 있다.

처음 했을 때는 댓글과 같은 곳에 적어져서 이상하다 하고 다시 코드를 짜다가 힘들어서 팀원분들과 같이 고민하고 있습니다… 빨리 해결되길..!!

대댓글만 완성하면 기본적인 게시글은 완전히 끝이 납니다..!!

그다음에 해야할 건.. 해시태그와 채팅.. 할 수 있겠죠…??

야근의 야근을 반복하는 일상이란…ㅠㅠ

728x90
반응형
LIST

'일상 > TIL' 카테고리의 다른 글

57일차  (0) 2023.03.07
56일차  (0) 2023.03.06
54일차  (0) 2023.03.04
53일차  (0) 2023.03.02
52일차  (0) 2023.03.01

+ Recent posts