반응형
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
- Medium
- java
- java 여러개 버전
- OpenFeign
- querydsl no sources given
- no sources given
- property or field 'jobparameters' cannot be found on object of type
- springbatch error
- java 버전 변경
- error
- mac os git error
- springboottest
- 스프링부트테스트
- LeetCode
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- el1008e
- parse
- Java 1.8
- aws
- JUnit
- maybe not public or not valid?
- java 1.8 11
- yum install java
- java version
- springboot
- easy
- java 11
- No tests found for given includes
- log error
- AWS CLI
Archives
- Today
- Total
쩨이엠 개발 블로그
the request was rejected because no multipart boundary was found error 본문
개발/JAVA
the request was rejected because no multipart boundary was found error
쩨이엠 2020. 5. 12. 16:33728x90
반응형
에러내용 :
org.apache.tomcat.util.http.fileupload.FileUploadException: the request was rejected because no multipart boundary was found
postman으로 파일 업로드를 하려다 실패했다
header
body
에러 수정
header에서 Content-Type을 multipart/form-data 로 특정짓지 않으면 된다
728x90
반응형
'개발 > JAVA' 카테고리의 다른 글
Java 자릿수 맞추기 ( 숫자 0 넣기 ) (0) | 2020.05.26 |
---|---|
Input length must be multiple of 16 when decrypting with padded cipher (0) | 2020.05.18 |
SpringBoot Annotation : @ConfigurationProperties (0) | 2020.05.08 |
WAR 파일 배포하기 (0) | 2020.05.01 |
JSON parse error : Cannot deserialize instance of 'java.util.ArrayList' out of START_OBJECT token (0) | 2020.04.30 |
Comments