feat: hibernate batch insert를 위한 설정 추가

This commit is contained in:
이상진 2025-10-12 13:28:28 +09:00
parent ebe6357adc
commit 56023ac543

View File

@ -11,6 +11,11 @@ spring:
active: ${ACTIVE_PROFILE:local} active: ${ACTIVE_PROFILE:local}
jpa: jpa:
open-in-view: false open-in-view: false
properties:
hibernate:
jdbc:
batch_size: ${JDBC_BATCH_SIZE:100}
order_inserts: true
management: management:
endpoints: endpoints: