[MyBatis] java.lang.IllegalArgumentException: Mapped Statements collection already contains value for -매퍼xml 작성후 프로젝트 구동시 에러 발생 [에러 로그] java.lang.IllegalArgumentException: Mapped Statements collection already contains value for ✔ Solution 매퍼xml에 정의된 네임스페이스가 중복될때 발생한다 따라서 중복된 네임스페이스를 찾아 수정해준다 Dev_Log 2022.11.28