requestBody

🚪 Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported for @RequestBody MultiValueMap 처음 시도를 했을때 Integer 값을 받는 Spring에서 이런 오류가 나왔다 해결책이 @RequestBody를 제거하는 것이라고 해서 시도해 보았다 하지만 다른 오류가 나왔다 ( 기존에는 이런 타입으로 여러개의 아이디를 삭제하는 형식은 가능했다. ) Map params 📌 Caused by: java.lang.IllegalArgumentException: The given id must not be null! FE에서 정확히 값을 넘겨주는데 제대로 못 받아 오는 경우가 발생했다. 🗝 Get integer ..
벨보이
'requestBody' 태그의 글 목록