Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- F-Lab
- redis
- Flutter
- 성능테스트
- EC2
- 알고리즘
- FLAB
- 백엔드
- 레디스
- 자바
- error
- Spring
- 후기
- grafana
- 코딩테스트
- java
- nGrinder
- MySQL
- 부트캠프
- 데이터구조
- 도커
- 플러터
- 트러블슈팅
- 멘토링
- github
- AWS
- 에프랩
- backend
- 로드밸런서
- 자바백엔드
Archives
- Today
- Total
목록PostMan (1)
민스씨의 일취일장
TIssue | DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'text/plain;charset=UTF-8' not supported] 해결방법
Postman을 사용해서 request, response 테스트를 진행하면서 발생한 오류 중 Contetn type 'text/plain; charset=UTF-8" not wupported에 대한 글이다. DefaultHandlerExceptionResolver 에러 발생 에러 WARN 4203 --- [nio-8080-exec-7] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'text/plain;charset=UTF-8' not supported] 원인 Content-Type이 알맞지 않아서 발생한 오류이다. 해결방법 H..
Programming Language & Framework/JAVA & Spring
2023. 1. 21. 22:56