🌳 에러 코드
2023-05-07 13:37:34,918 ERROR [org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/].[dispatcherServlet]] Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.binding.BindingException: Parameter 'ImagePath' not found. Available parameters are [param7, param8, param5, loginId, param6, imagePath, selfIntroduction, param3, param4, param1, param2, languageGoals, password, nativeCategoryId, foreignCategoryId, email]] with root cause
org.apache.ibatis.binding.BindingException: Parameter 'ImagePath' not found. Available parameters are [param7, param8, param5, loginId, param6, imagePath, selfIntroduction, param3, param4, param1, param2, languageGoals, password, nativeCategoryId, foreignCategoryId, email]
🌳 해결 방법
🌾 원인 : Mapper, xml 의 파라미터명이 불일치.
🌾 해결 방법 : (imagePath -> ImagePath)로 변경.
<전>
<후>
'코딩 에러 및 질문' 카테고리의 다른 글
에러 정리 모음 (0) | 2023.05.09 |
---|---|
### Cause: java.sql.SQLException: Incorrect integer value (0) | 2023.05.07 |
org.apache.ibatis.binding.BindingException: (0) | 2023.04.30 |
Request method 'POST' is not supported] (0) | 2023.04.26 |
맥북 - 이클립스 유용한 단축키 (0) | 2023.04.25 |