인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

wnsgks00371052's profile image
wnsgks00371052

asked

Real-world! Spring Boot and JPA Utilization 2 - API Development and Performance Optimization

Membership Registration API

insert문의 ?로 표시되는 parameter 값 보는 방법 알려주세요~

Resolved

Written on

·

219

0

insert into member ~ values (?, ?, ?, ?)로 표시된후

강의영상에는 ?에 들어간 파라미터값이 표시되는데 yml파일에서 설정을 어떻게 하면 볼 수 있나요?

springjavaspring-bootJPA

Answer 1

2

yh님의 프로필 이미지
yh
Instructor

안녕하세요. 밥상어님

활용1편 - JPA와 DB 설정, 동작확인 마지막 부분을 보시면 쿼리 파라미터 로그 남기기가 있습니다. 파일로도 영상으로도 설명하니 참고해주세요^^

wnsgks00371052's profile image
wnsgks00371052

asked

Ask a question