Preloader image
DDD

데이터베이스

Request processing failed; nested exception is java.lang.NullPointerException

작성자 관리자 (admin)
조회수 4,545
입력일 2020-06-11 00:15:50

answer)

......ServiceImpl : null
Request processing failed; nested exception is java.lang.NullPointerException

solution)

iBatis return value

insert() } null         | e 에러
update() } 1            | 0
delete() } 삭제된 row수 | 0

^