반응형
Invocation of init method failed; nested exception is java.lang.NullPointerException
자바 프로젝트 실행 중 위와 같은 에러가 발생했는데
원인을 확인해보니
private Repository repository명
이런 식으로 코드를 짜 놔서
위의 NullPointerException이 발생한 거더라
private final Repository repository명으로
코드를 바꿔 놓으니 정상적으로 작동이 되더라
반응형
'Error & Fix' 카테고리의 다른 글
No enum constant enum명.값 해결방법 (1) | 2022.01.10 |
---|---|
Not a managed type: class Entity명 해결방법 (0) | 2022.01.09 |
Mac OS Port 8080 was already in use 해결방법 (0) | 2021.12.14 |
스프링부트 JPA Cannot invoke "경로.Repository.findAll()" because "this.Repository" is null 해결방법 (1) | 2021.12.02 |
구글 애널리틱스 API Sort key adsenseRevenue is not a dimension or metric 해결방법 (0) | 2021.11.26 |
댓글