Skip to content

Commit

Permalink
fix: table ddl-auto
Browse files Browse the repository at this point in the history
  • Loading branch information
ktj1997 committed Jan 29, 2024
1 parent f3ee1cb commit 666e468
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions storage/src/main/resources/application-storage-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,12 @@ database:
enable: false
key: 1234567890123456
iv: 1234567890123456
spring:
jpa:
hibernate:
ddl-auto: create-drop
properties:
hibernate:
show_sql: true
format_sql: true
open-in-view: false

0 comments on commit 666e468

Please sign in to comment.