반응형 form-data1 [SpringBoot] Controller 에서 form-data 여러 파일과 json list string 같이 받기 (Converter) Spring Boot Converter PropertyEditor ObjectMapper form-data 로 보내는 데이터를 받을 때 참고할 내용입니다. 아래와 같이 RestController 에 File들과 json list 형식의 텍스트를 보내야 할 때, 보내려고 하는 데이터 form-data 는 넘길 수 있는 type 이 file 과 text 밖에 없습니다. 늘 하던것 처럼 Class 로 Mapping jsonList 를 List 로 바인딩해보겠습니다. 이렇게 바꾸고 요청은 그대로. 실행하면? Caused by: java.lang.IllegalStateException: Cannot convert value of type 'java.lang.String' to required type 'com.h.. 2021. 8. 21. 이전 1 다음 728x90 반응형