Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- 우선순위큐
- 다익스트라
- 완전탐색
- dp
- deque
- COSPRO
- 엘라스틱서치
- 백준
- 01BFS
- YBMCOS
- spring
- QUICKSTARTGUIDE
- PS
- GatherTown
- 재귀함수
- DFS
- java
- 다이나믹프로그래밍
- 네트워크플로우
- 자바PS
- 이젠 골드구현도 어렵네..
- 세그먼트트리
- 구현
- 백준코딩테스트
- 취득후기
- 시뮬레이션
- COSPROJAVA1급
- 게더타운시작
- BFS
- 알고리즘
Archives
- Today
- Total
목록2020/08/13 (1)
공부공간

Spring Boot 기반 Rest Api를 작성하는 프로젝트에서 JPA를 사용하여 빠른 쿼리를 작성하는 일이 많아지면서, 다양하게 클래스를 정의하여 요청에 응답하다가 No converter found capable of converting from type [org.springframework.data.jpa.repository.query.AbstractJpaQuery$TupleConverter$TupleBackedMap] to type [com.web.blog.dto.post.PostidandviewcntWrapperclass] 이런형식의 jpa repository에 있는 데이터를 내가 정의한 WrapperClass에 Mapping하지 못하는 문제가 발생하였다. 필자는 특정 정보끼리 합칠때 Wrapp..
Spring/JPA
2020. 8. 13. 00:38