1
0

feat: 优化jpa插入效率

This commit is contained in:
2024-12-22 22:32:40 +08:00
parent 5c91b42d68
commit d94cb69fa5

View File

@@ -7,6 +7,10 @@ spring:
hibernate:
ddl-auto: update
show-sql: true
properties:
hibernate:
jdbc:
batch_size: 50
---
spring: