본문 바로가기

Learn & Record

검색하기
Learn & Record
프로필사진 Walker_

  • All (184) N
    • Dev (118)
      • C++ (0)
      • Unreal Engine (0)
      • Android (31)
      • Kotlin (11)
      • Java (5)
      • Python (17)
      • HTML CSS JS (20)
      • JSP (4)
      • Spring (13)
      • SQL (15)
      • etc. (2)
    • Program (3)
      • Blender (3)
    • Certificate (47)
      • 정보처리기사 (39)
      • SQLD (8)
    • Archive (15) N
      • Insight (7) N
      • 필사 (8)
Guestbook
Link
«   2025/06   »
일 월 화 수 목 금 토
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30
Recent Comments
Recent Posts
Archives
Today
Total
Tags
  • 오답모음
  • Android
  • 필사
  • comcbt
  • 오답리뷰
  • 안드로이드 강의
  • Kotlin
  • 코틀린
  • fastcampus
  • 엔티티
  • 강의추천
  • 모델링
  • 기출
  • 합격기원
  • 패스트캠퍼스
  • Java
  • 요약
  • 필기
  • SQLD
  • 정보처리기사
  • 정처기
  • 안드로이드스튜디오
  • 요약정리
  • 연습문제
  • 프로젝트 생성
  • 테이블추가
  • 안드로이드
  • 앱개발
  • 기출문제
  • 속성
more
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록쿼리메서드와 @query (1)

Learn & Record

Spring Boot (Paging, 쿼리메서드와 @Query, 기존의 Repository와 Querydsl 연동하기)

1. Paging@Testpublic void testPaging() { Pageable pageable = PageRequest.of(0,10, Sort.by("bno").descending()); Page result = boardRepository.findAll(pageable);} - paging Test 코드를 작성@Testpublic void testPaging() { Pageable pageable = PageRequest.of(0, 10, Sort.by("bno").descending()); Page result = boardRepository.findAll(pageable); log.info("total count: " + result.get..

Dev/Spring 2024. 5. 10. 11:01
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바