Spring Boot - Repository 설계하기


Spring Boot - Repository 설계하기

JPA Repository ️ JPA의 담당은 JPA Repository이다. ️ Repository는 dao와 같은 역할을 한다. ( 액세스, write, delete... ) ️ JPA Repository 인터페이스 생성입니다. @Repository public int..

Spring Boot - Repository 설계하기에 대한 요약내용입니다.

자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.


원문링크 : Spring Boot - Repository 설계하기