개발자로 살아남기

개발자로 살아남기

  • 분류 전체보기 (23)
    • 자바스크립트 (2)
    • 일상 (0)
    • 스프링 (15)
    • JPA (1)
    • 기타 (4)
    • 타임리프 (1)
  • 홈
  • 태그
  • 방명록
RSS 피드
로그인
로그아웃 글쓰기 관리

개발자로 살아남기

컨텐츠 검색

태그

탬플릿 활용 엑셀 구현 jxls excel 대용량 처리 스케줄러 SXSSF Excel

최근글

댓글

공지사항

아카이브

JPA(1)

  • NHN toast-grid 연동 JPA pageable custom 하기

    토스트 페이지네이션 같은 경우 { "result": true,//성공, 실패 "data": { "contents": [],// 실제 데이터 "pagination": { //페이징 관련 "page": 1,//페이지 "totalCount": 100//데이터 개수 } } } 이 형식으로 json 응답을 내려줘야 작동을 하게 된다. 그러기에 객체를 생성해줬다. @Getter @Builder public class GridData { private List contents; private Pagination pagination; } @Getter @Setter public class Pagination { @Builder public Pagination(Integer page, Integer totalCount,..

    2023.02.28
이전
1
다음
티스토리
© 2018 TISTORY. All rights reserved.

티스토리툴바