본문 바로가기

개발 일지

[TIL]이노베이션 캠프 74일차


1. 개발 진행 상황

내가 기능 구현하는 부분이 JPA와 관련된 부분이 많아서 , 제대로 알고 코드를 구현하고 싶어졌음..

JPA 공식문서보고 기본적인 부분이라도 공부하려고 함

 

2. 새로 배운 것

JPA 공식문서 알아보기

https://k-sky.tistory.com/149

 

Spring JPA - Spring data 저장소로 작업하기, 핵심 개념

1. The central interface in the Spring Data repository abstraction is Repository. It takes the domain class to manage as well as the ID type of the domain class as type arguments. This interface ac..

k-sky.tistory.com