반응형
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
- yum install java
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- springboot
- AWS CLI
- LeetCode
- easy
- java 버전 변경
- springboottest
- el1008e
- mac os git error
- Java 1.8
- java 1.8 11
- maybe not public or not valid?
- java 여러개 버전
- log error
- aws
- error
- property or field 'jobparameters' cannot be found on object of type
- parse
- 스프링부트테스트
- JUnit
- no sources given
- java
- querydsl no sources given
- java version
- java 11
- OpenFeign
- Medium
- No tests found for given includes
- springbatch error
Archives
- Today
- Total
목록jsonparseerror (1)
쩨이엠 개발 블로그
JSON parse error : Cannot deserialize instance of 'java.util.ArrayList' out of START_OBJECT token
| MismatchedInputException: Cannot deserialize instance of 'java.util.ArrayList' out of START_OBJECT token curl 명령어를 날렸는데 Jackson MismatchedInputException 에러가 떨어졌다 converting 에러인 것 같아서 확인해보았다 넣으려는 데이터 '{"reqId":"1588126260","reqTime":1588126260,"payloads":{"collTime":1588126260,"data":[{"property":"WP080","value":"false"}]}}' 받을 객체 @Getter @Setter public class Wrapper { private String reqId; pri..
개발/JAVA
2020. 4. 30. 10:07