본문 바로가기
Spring/SpringCloud

[Feign Client] Invalid mime type \"{Content-Type}\": does not contain '/'" 에러 해결

by 행운의나무 2024. 5. 20.
728x90
반응형

Feign으로 외부 API 호출에서 발생한 오류 해결

해결 방법 : Feign 엔드포인트 설정에 consumes, produces 추가 

@PostMapping(value = "/api/message", consumes = "application/json", produces = "application/json")
@ResponseBody
Map<String, Object> apiMessage(
        @RequestHeader("Authorization") String token
        , @RequestHeader(value = "Content-Type") String contentType
        , @RequestBody String param
);

쿠팡으로 연결 클릭

 

탐사 고평량 종이컵 무인쇄 380ml, 100개입

COUPANG

www.coupang.com

파트너스 활동을 통해 일정액의 수수료를 제공받을 수 있음

반응형