Skip to content

Commit

Permalink
Api-v1.0.0
Browse files Browse the repository at this point in the history
Api-v1.0.0
  • Loading branch information
ImNM authored Feb 27, 2023
2 parents 644decd + a008771 commit b38302c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DuDoong-Domain/src/main/resources/application-domain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spring:
hibernate:
default_batch_fetch_size: ${JPA_BATCH_FETCH_SIZE:100}
hibernate:
ddl-auto: update
ddl-auto: none
database-platform: org.hibernate.dialect.MySQL5InnoDBDialect
logging:
level:
Expand All @@ -80,6 +80,6 @@ spring:
hibernate:
default_batch_fetch_size: ${JPA_BATCH_FETCH_SIZE:100}
hibernate:
ddl-auto: update
ddl-auto: none
database-platform: org.hibernate.dialect.MySQL5InnoDBDialect

0 comments on commit b38302c

Please sign in to comment.