TIL_WIL

TIL_230308

성-민 2023. 3. 9. 09:29

Cursor 방식으로 페이지 네이션을 시도했는데 jpaQuery메서드에서 한참 해메고 있다. 공식문서도 읽어보며 다양한 접근 방법을 확인 중인데 쉽지 않다. 조금 더 하면 할 수 있을 것 같다 마감전까지 완료해내야겠다.

 

@AuthenticationPrincipal UserDetailsImpl userdetails

토큰에서 꺼낸 정보는 프록시 객체이기 때문에 직접적으로 건드리면 안된다!

 

failed to lazily initialize a collection of role: com.jpacrud.domain.Team.members, could not initialize proxy - no Session

IllegalArgumentException: Paging query needs to have a Pageable parameter;

Page는 Pageable로 받아줘야 한다!