Can not set int field Bulletin.Board.domain.posts.Post.view to null value
다음과 같은 에러가 떴다.
int를 Integer 타입으로 바꾸고 해결
int는 null로 초기화 할 수 없다.
참고 👇
반응형
'Framework > Spring Boot' 카테고리의 다른 글
Repository와 Service의 차이 (0) | 2021.09.19 |
---|---|
[Error] 수정 후 조회수 초기화 (0) | 2021.08.07 |
[Error] org.springframework.beans.factory.UnsatisfiedDependencyException (0) | 2021.07.22 |
[Error] "Request method 'GET' not supported" (0) | 2021.07.06 |
[Error] Request method 'POST' not supported (0) | 2021.06.26 |