Skip to content

Commit

Permalink
update :: change ddl-auto
Browse files Browse the repository at this point in the history
  • Loading branch information
jyk1029 committed Jan 20, 2024
1 parent 204676b commit 33c5db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spring:
database: mysql
database-platform: org.hibernate.dialect.MySQL5InnoDBDialect
hibernate:
ddl-auto: update
ddl-auto: validate
properties:
hibernate:
format_sql: true
Expand Down

0 comments on commit 33c5db6

Please sign in to comment.