강의

멘토링

커뮤니티

Inflearn Community Q&A

No author

This post's author information has been deleted.

More Java, different ways to manipulate code

How does Spring Data JPA work?

Spring Data JPA 동적 프록시를 사용 질문

Written on

·

407

0

안녕하세요! 강의를 듣다가 궁금한 것이 생겨 질문 남깁니다 :)

 

찾아보니까 Spring 에서는 기본적으로 다이나믹 프록시를 사용하고, Spring Boot 에서는 기본적으로 CGLIB 사용으로 바뀌었다고 나와있습니다!

Spring Boot 에서 Spring Data JPA 를 사용하여 Repository를 만들 때는 인터페이스 기반이기 때문에 디폴트 설정인 CGLIB 대신 다이나믹 프록시를 사용하는 것으로 이해했는데 맞을까요?!

javaspringjpa

Answer 1

1

I was going through some of your content fnaf. this website and I believe this website is little enlightening!

No author

This post's author information has been deleted.

Ask a question