
[mybatis] org.apache.ibatis.binding.BindingException: Parameter '[parameter-name]' not found
·
ERROR
org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.binding.BindingException: Parameter [parameter-name]' not found. Available parameters are [arg1, arg0, param1, param2] 보통 이 에러는 크게 두 가지 유형으로 나누어지는 것 같다. 1. 오타나 공백이 있다. 2. 오타나 공백이 없으나 매개변수를 제대로 넘겨주지 않았다. 1번의 경우 다시 한번 꼼꼼히 찾아보면 확인할 수 있으니 넘어가고, 오늘은 2번의 경우이다. 먼저 에러가 났다는 지점을 찾아가보자. 이 부분이다. followbackCck 함수에 mem_ing_id, me..