select * from member where member.id = ? 쿼리가 날라가게 되는데 이걸 N+1 이슈라고 해야할까 아니면 올바른 과정이라고 생각해야할까?
warning: spring.jpa.open-in-view
CONDITIONS EVALUATION REPORT가 어느샌가부터 뜨고 있는데 이게 뜨는 이유와 없애주는 방법을 찾아봤다.
https://stackoverflow.com/questions/50273570/how-can-i-exclude-the-conditions-evaluation-report-from-the-console-of-a-spring
https://okky.kr/questions/469222