소스 업데이트
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 12s

This commit is contained in:
jade
2026-08-27 09:14:30 +09:00
parent ffe5777fea
commit 8810126185
8 changed files with 5 additions and 15 deletions

View File

@@ -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'
}

View File

@@ -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:

View File

@@ -7,8 +7,7 @@ spring:
- classpath:glow/application-glow.yml
- classpath:glow/application-glow-local.yml
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:

View File

@@ -31,7 +31,6 @@ dependencies {
// 현재 로컬 테스트 DB 및 SQL 로그 처리에 사용합니다.
api 'com.h2database:h2'
api 'p6spy:p6spy:3.9.1'
// Spring Data Redis가 사용하는 Redis Client를 공통 모듈에서 직접 참조합니다.
api 'io.lettuce:lettuce-core:6.6.0.RELEASE'

View File

@@ -162,8 +162,6 @@ public class PodScaffolder {
- classpath:glow/application-glow.yml
- classpath:glow/application-glow-local.yml
datasource:
url: jdbc:p6spy:h2:mem:testdb;DB_CLOSE_DELAY=-1;
driverClassName: com.p6spy.engine.spy.P6SpyDriver
username: sa
password: password
h2:

View File

@@ -7,8 +7,7 @@ spring:
- classpath:glow/application-glow.yml
- classpath:glow/application-glow-local.yml
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:

View File

@@ -7,8 +7,7 @@ spring:
- classpath:glow/application-glow.yml
- classpath:glow/application-glow-local.yml
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:

View File

@@ -7,8 +7,7 @@ spring:
- classpath:glow/application-glow.yml
- classpath:glow/application-glow-local.yml
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: