Skip to content

Commit

Permalink
[Weekly/11/Config] feat: ddl create strategy (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daolove0323 authored Nov 9, 2024
1 parent 3e16ec3 commit 545597d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/application-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ spring:
jpa:
show-sql: true
hibernate:
ddl-auto: update
ddl-auto: create
2 changes: 1 addition & 1 deletion src/main/resources/application-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spring:
jpa:
show-sql: false
hibernate:
ddl-auto: none
ddl-auto: create

# log4j log level setting
logging.level.org.ktc2.cokaen.wouldyouin: info

0 comments on commit 545597d

Please sign in to comment.