@3/13/2023
p6spy 설정
•
댓글 목록을 가져오는데 쿼리가 정상적으로 나가는 것 같은데 결괏값이 안 들어오는 현상이 있어서 insert 시 값들을 조회하기 위해 p6spy 설정함
◦
build.gradle
implementation 'com.github.gavlyukovskiy:p6spy-spring-boot-starter:1.7.1'
Java
복사
◦
application.yaml
decorator:
datasource:
p6spy:
enable-logging: true
Java
복사
•
작동 확인