써먹는 웹개발
[Mybatis] Could not set parameter at position 1 (values was 10) 본문
Server/Mybatis (.xml)
[Mybatis] Could not set parameter at position 1 (values was 10)
kmhan 2022. 11. 23. 17:56728x90
반응형
에러메시지 : Could not set parameter at position 1 (values was 10)
원인 : 나의 경우 #{파라미터명} 대신에 ?를 추가해서 생긴 현상
해결방법 : Mybatis 소스에서 ? 대신 #{파라미터명}으로 변경
728x90
반응형
'Server > Mybatis (.xml)' 카테고리의 다른 글
[Mybatis] Map을 리턴할때 컬럼 순서에 맞게 리턴받는 방법 (0) | 2023.09.06 |
---|---|
[mybatis] mysql 데이터가 화면으로 넘어오는 시간개선 (0) | 2021.11.17 |
[Mybatis] View 연동해서 Mybatis in절 사용하는 방법 (ex. '1,2,3') (0) | 2021.06.22 |
[Mybatis] CDATA를 쓰는 경우 (0) | 2020.06.25 |
[Mybatis] Array 변수(파라미터)의 null 체크하는 2가지 방법 (1) | 2020.03.20 |
Comments