🌳 에러 코드
There was an unexpected error (type=Internal Server Error, status=500).
nested exception is org.apache.ibatis.exceptions.TooManyResultsException: Expected one result (or null) to be returned by selectOne(), but found: 2
org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.TooManyResultsException: Expected one result (or null) to be returned by selectOne(), but found: 2
🌳 해결 방법
🌾 원인 :리스트로 받아야될 것을 객체 하나로 받았다.
🌾 해결 방법 : User - > List<User>로 변경.
<전>
<후>
'코딩 에러 및 질문' 카테고리의 다른 글
session 프로필 사진 에러 (0) | 2023.05.12 |
---|---|
NullPointerException: Cannot invoke "java.lang.Integer.intValue()" because "userId" is null (0) | 2023.05.11 |
bind.MissingServletRequestParameterException (0) | 2023.05.09 |
에러 정리 모음 (0) | 2023.05.09 |
### Cause: java.sql.SQLException: Incorrect integer value (0) | 2023.05.07 |