JPA findAll 정렬하기

2023. 2. 6. 15:52카테고리 없음

Repository에 인터페이스 정의하기

List<Post> findAllByOrderByCreatedAtDesc();

생성시 내림차순 정렬