Skip to content

Commit

Permalink
ddl-auto 를 update로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
whdgns5059 committed Jan 4, 2024
1 parent 9b099be commit 53c77ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spring:
format_sql: true
dialect: org.hibernate.dialect.MySQL8Dialect
hibernate:
ddl-auto: validate
ddl-auto: update
data:
redis:
host: localhost
Expand All @@ -31,4 +31,4 @@ service:
jwt:
secret-key: ${JWT_SECRET_KEY}
access-expiration: ${JWT_ACCESS_EXPIRATION}
refresh-expiration: ${JWT_REFRESH_EXPIRATION}
refresh-expiration: ${JWT_REFRESH_EXPIRATION}

0 comments on commit 53c77ac

Please sign in to comment.