일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- maybe not public or not valid?
- no sources given
- No tests found for given includes
- springboot
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- yum install java
- java 여러개 버전
- AWS CLI
- property or field 'jobparameters' cannot be found on object of type
- querydsl no sources given
- mac os git error
- Medium
- 스프링부트테스트
- el1008e
- easy
- log error
- java
- java 버전 변경
- java 1.8 11
- error
- java version
- aws
- JUnit
- parse
- LeetCode
- java 11
- springbatch error
- springboottest
- Java 1.8
- OpenFeign
- Today
- Total
목록error (3)
쩨이엠 개발 블로그
Input length must be multiple of 16 when decrypting with padded cipher AES(Advanced Encryption Standard) 암복호화에러 암호화 하지 않은 파라미터를 복호화할 때 나는 에러 토큰 바이패스 시키느라 암호화 안해놓은 인증키 하나가 자꾸 에러를 뱉어내는 중이었다 암호화 된걸 복호화시킬땐 나지않음!
| 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..
Jackson databind시 에러나는경우 UnrecognizedPropertyException이 발생한다 ObjectMapper objectMapper = new ObjectMapper(); Data data = objectMapper.readValue(info, Data.class); 이 때 Unrecognized field , not marked as ignorable (one known property) 에러가 났는데 내 경우에는 Data 객체 안에 info에 대한 필드가 존재 하지 않는 경우였다 파싱하고 싶은 데이터는 {“content”:{“id”:”sensorId_001”,”topic”:”sensor-data-test”},”datainfo”:{“reqTime”:1588126260, “reqI..