728x90
[Spring boot] java.lang.NullPointerException findAll() null 에러 해결
Repository에 생성자 주입이나 @Autowired 어노테이션을 달아주지 않아서 생기는 에러이다.
컨트롤러의 레포지토리를 다시한번 살펴보도록 하자.
728x90
'JAVA > SpringBoot' 카테고리의 다른 글
외래키 대신 UUID를 사용하여 연관관계의 복잡도 해소하기 (1) | 2024.08.31 |
---|---|
JWT와 Access Token, Refresh Token, RTR 방식 정리 (1) | 2023.09.24 |
[Springboot] 스프링부트 2.7 이상 QueryDsl build.gradle 설정 (0) | 2023.07.14 |
Failed to initialize JPA EntityManagerFactory: No identifier specified for entity 에러 해결법 (0) | 2023.07.13 |
Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set (0) | 2022.12.01 |