본문 바로가기
Error Note

[Spring Boot] MyBatis xml 파일에서 WHERE ... LIKE 문 사용하기

by 스응 2023. 4. 26.
728x90
728x90

에러 코드

org.mybatis.spring.MyBatisSystemExceptionnested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: 

 

해결

#  MySQL

WHERE 컬럼명 LIKE CONCAT('%', #{name}, '%')

 

 

위와 같이 사용해야 정상적으로 작동한다.

320x100
반응형

댓글