Error
https://selfdevelope.tistory.com/615
java.lang.NullPointerException: target is null for method equals
자바 + mybatis 프로그래밍을 하다보면 target is null for method equals 에러를 만날 수 있다. 말그대로 mybatis equals 메소드를 쓰려고 했는데 변수가 null 이라서 에러가 난것이다. 예를들어 USER_ID란 변수가
selfdevelope.tistory.com
parameter 값 한개를 빠뜨려서 NullPointerException 발생..