madplay / madplay.github.io

오늘도 MadPlay!
https://madplay.github.io
MIT License
18 stars 2 forks source link

MyBatis 오류: Invalid bound statement (not found) #131

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

MyBatis 오류: Invalid bound statement (not found)

마이바티스(MyBatis) 쿼리를 실행하는 순간 'Invalid bound statement (not found)' 오류가 발생한다면?

https://madplay.github.io/post/mybatis-invalid-bound-statement-not-found-error

taxol1203 commented 3 years ago

덕분에 해결하였습니다! 감사합니다~

kojoo112 commented 3 years ago

감사합니다 ㅎㅎ

eunhasu777 commented 2 years ago

어제부터 7시간 방황했는데 application.properties 때문이었네요 ㅠㅠ 감사합니다!! 최고에요!!!

Denia-park commented 1 year ago

패키지 경로가 문제였습니다.

덕분에 해결했어요 감사합니다

RadeonHD6750 commented 1 year ago

저도 방황하다 application.properties 때문이었습니다. 정말 감사합니다.

wookslee commented 6 months ago

만약 두 개 이상의 DB 연결을 필요로 할 때 서로 다른 Mapper 인터페이스를 사용한다면, @MapperScan 으로 지정하는 Mapper 인터페이스의 패키지 경로가 달라야 합니다. 그걸 몰라서 몇 시간 해맸네요..

jee-in commented 3 months ago

감사합니다.