Skip to content

Commit

Permalink
πŸš€ :: Api-v0.0.1-5
Browse files Browse the repository at this point in the history
πŸš€ :: Api-v0.0.1-5
  • Loading branch information
ImNM authored Jan 8, 2023
2 parents 809cd62 + f5366b7 commit 658cc19
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions DuDoong-Domain/src/main/resources/application-domain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ spring:
properties:
hibernate:
default_batch_fetch_size: ${JPA_BATCH_FETCH_SIZE:100}
hibernate:
ddl-auto: update
database-platform: org.hibernate.dialect.MySQL5InnoDBDialect

---
spring:
config:
Expand All @@ -63,4 +67,7 @@ spring:
properties:
hibernate:
default_batch_fetch_size: ${JPA_BATCH_FETCH_SIZE:100}
hibernate:
ddl-auto: update
database-platform: org.hibernate.dialect.MySQL5InnoDBDialect

0 comments on commit 658cc19

Please sign in to comment.