mybatis 이상 ambiguous in Mapped Statements collection 해결 방법

1, 이상 정보
org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException:  ### Error updating database.  Cause: java.lang.IllegalArgumentException
findByIds is ambiguous in Mapped Statements collection (try using the full name including the namespace, or rename one of the entries)
2, 해결 방법, id 충돌, 호출 처 는 mapper namespace + sql 이름: "전체 이름 getSqlSession (). selectList ("com. xx. yy. findByIds") 는 etSqlSession (). selectList ("findByIds") 가 아 닙 니 다.

좋은 웹페이지 즐겨찾기