🌳 에러 코드
2023-04-30 21:42:10,680 ERROR [org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/].[dispatcherServlet]] Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.sns.following.dao.FollowingMapper.selectFollowingCountByFollowingUserIdAndFollowerUserId] with root cause
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.sns.following.dao.FollowingMapper.selectFollowingCountByFollowingUserIdAndFollowerUserId
🌳 해결 방법
🌾 원인 : mappers에 파일명 Following + Mapper.xml 쓰지 않음.
🌾 해결 방법 : Following + Mapper.xml 써주기!
<전>
<후>
'코딩 에러 및 질문' 카테고리의 다른 글
### Cause: java.sql.SQLException: Incorrect integer value (0) | 2023.05.07 |
---|---|
org.apache.ibatis.binding.BindingException: Parameter 'ImagePath' not found (0) | 2023.05.07 |
Request method 'POST' is not supported] (0) | 2023.04.26 |
맥북 - 이클립스 유용한 단축키 (0) | 2023.04.25 |
java.lang.StringIndexOutOfBoundsException (0) | 2023.04.25 |