From 6e71c0fff5d91d2f7c5e4b08f64b9ddcf4cab1df Mon Sep 17 00:00:00 2001 From: jade Date: Fri, 3 Jul 2026 23:23:51 +0900 Subject: [PATCH] Restore p6spy driver to enable SQL logs --- src/main/resources/application-local.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application-local.properties b/src/main/resources/application-local.properties index 04991c6..f71c299 100644 --- a/src/main/resources/application-local.properties +++ b/src/main/resources/application-local.properties @@ -1,6 +1,6 @@ # Local 환경 전용 설정 (H2 메모리 DB 등) -spring.datasource.url=jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1; -spring.datasource.driverClassName=org.h2.Driver +spring.datasource.url=jdbc:p6spy:h2:mem:testdb;DB_CLOSE_DELAY=-1; +spring.datasource.driverClassName=com.p6spy.engine.spy.P6SpyDriver spring.datasource.username=sa spring.datasource.password=password