- Today
- Total
반응형
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
- 이미지오류
- 몽고디비 클론
- amozon
- Cannot have overlapping
- presigned
- 수원
- 인계동
- secrets-manager-config
- Index 1 out of bounds for length 1
- 주차가능
- secrets manager example code
- python
- java
- source endpoint
- 숲느낌
- 데이트코스
- Configuration is ambiguously defined. Cannot have overlapping suffixes in two rules if the prefixes are overlapping for the same event type.
- Jakarta Persistence
- Cannot have overlapping suffixes in two rules if the prefixes are overlapping for the same event type.
- unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape
- secrets manager
- mongo to mysql
- mongodb atlas
- AWS
- opennlp
- adverising
- 구 트위터
- 401error
- deeplearning4j
- 수원맛집
Archives
DevOps-Life
[JAVA] Index 1 out of bounds for length 1 Mybatis Error 본문
반응형
SMALL
그냥 Entity로 가져오는 일반적 쿼리가
Index 1 out of bounds for length 1
에러가 발생하였다.
답변 부터 하자면,
Entity에 빌드패턴을 적용한 문제...
@NoArgsConstructor
로 기본 생성자가 가능하도록 설정해 준다.
여러가지 원인이 보이는데 정확한 테스트는 다음으로 미룬다 ....
매일 야근이기 때문.... ㅠ
화이팅
반응형
LIST
'IT > Java' 카테고리의 다른 글
Java로 AI와 머신러닝? 가능할까? (0) | 2025.04.03 |
---|---|
[Spring boot] AWS Secrets Manager 연결. (0) | 2023.11.29 |
[JAVA] JAVA EE, Jakarta 요약 (0) | 2023.09.14 |
Comments