Skip to content

Commit

Permalink
chore (#3) : hibernate ddl-auto , create -> update
Browse files Browse the repository at this point in the history
  • Loading branch information
daehwan2yo committed Apr 12, 2022
1 parent ef673e0 commit 62b653e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ spring:
include: env
jpa:
hibernate:
ddl-auto: create
generate-ddl: true
ddl-auto: update

server:
servlet:
Expand Down

0 comments on commit 62b653e

Please sign in to comment.