feat(db): Aurora Serverless v2(0.5~2 ACU) 최적화용 Hikari 풀 설정 추가 #406

Merged
klaus merged 1 commits from test into main 2026-03-23 05:13:59 +00:00
Showing only changes of commit cfc679611c - Show all commits

View File

@@ -87,6 +87,14 @@ spring:
url: ${DB_URL}
username: ${DB_USERNAME}
password: ${DB_PASSWORD}
hikari:
pool-name: SodaliveHikari
maximum-pool-size: ${DB_POOL_MAX:10}
minimum-idle: ${DB_POOL_MIN:0}
idle-timeout: ${DB_POOL_IDLE_TIMEOUT_MS:120000}
max-lifetime: ${DB_POOL_MAX_LIFETIME_MS:1800000}
connection-timeout: ${DB_POOL_CONNECTION_TIMEOUT_MS:10000}
keepalive-time: ${DB_POOL_KEEPALIVE_TIME_MS:0}
jpa:
hibernate: