This commit is contained in:
@@ -27,8 +27,6 @@ dependencies {
|
||||
runtimeOnly 'com.h2database:h2'
|
||||
|
||||
// SQL 로그를 확인하기 위한 JDBC 프록시입니다.
|
||||
implementation 'p6spy:p6spy:3.9.1'
|
||||
|
||||
// Gateway REST API 문서와 Swagger UI를 제공합니다.
|
||||
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.5.0'
|
||||
}
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
# Local 환경 전용 설정 (H2 메모리 DB 등)
|
||||
spring:
|
||||
datasource:
|
||||
url: jdbc:p6spy:h2:mem:testdb;DB_CLOSE_DELAY=-1;
|
||||
driverClassName: com.p6spy.engine.spy.P6SpyDriver
|
||||
url: jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1;
|
||||
username: sa
|
||||
password: password
|
||||
h2:
|
||||
|
||||
Reference in New Issue
Block a user