Java & Spring
![[에러해결] Content type 'text/plain;charset=UTF-8' not supported](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2FoB1cB%2FbtrKLgcNUIF%2FAAAAAAAAAAAAAAAAAAAAAEY5EK-iBSzciap6nF9En2HfgPMq2tBOXRbscd7OeP13%2Fimg.png%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1756652399%26allow_ip%3D%26allow_referer%3D%26signature%3D3Im2f2%252Fk%252FSAP7xXwPYce5klUp44%253D)
[에러해결] Content type 'text/plain;charset=UTF-8' not supported
에러 코드 ontent type 'text/plain;charset=UTF-8' not supported 원인 Postman에서 자동 생성된 Content type이 JSON으로 안되어 있기 때문에 발생 (즉, 스프링부트 사용 중 형식에 맞지 않는 데이터 타입으로 요청을 보내서 발생한 문제) 해결책 Postman에서 요청 데이터 타입을 변경해서 다시 요청한다. 즉, Body => raw => JSON 으로 전환 후 요청