generated from pricelees/issue-pr-template
feat: hibernate batch insert를 위한 설정 추가
This commit is contained in:
parent
ebe6357adc
commit
56023ac543
@ -11,6 +11,11 @@ spring:
|
||||
active: ${ACTIVE_PROFILE:local}
|
||||
jpa:
|
||||
open-in-view: false
|
||||
properties:
|
||||
hibernate:
|
||||
jdbc:
|
||||
batch_size: ${JDBC_BATCH_SIZE:100}
|
||||
order_inserts: true
|
||||
|
||||
management:
|
||||
endpoints:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user