chore(config): OSIV 비활성화를 명시한다

This commit is contained in:
2026-06-18 14:46:56 +09:00
parent 245bae8600
commit 3af958fdcb
2 changed files with 2 additions and 0 deletions

View File

@@ -101,6 +101,7 @@ spring:
keepalive-time: ${DB_POOL_KEEPALIVE_TIME_MS:0}
jpa:
open-in-view: false
hibernate:
ddl-auto: validate
database: mysql

View File

@@ -97,6 +97,7 @@ spring:
password:
jpa:
open-in-view: false
database: h2
database-platform: kr.co.vividnext.sodalive.support.H2MySqlFunctionDialect
hibernate: