Skip to content

Commit

Permalink
Chore: (#39) ddl-auto none으로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
alsdl0629 committed Nov 17, 2023
1 parent 2b892ac commit 6f52571
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ spring:

jpa:
hibernate:
ddl-auto: update
ddl-auto: none
properties:
hibernate:
format_sql: true
show_sql: ture
show_sql: true
database-platform: org.hibernate.dialect.MySQL8Dialect

redis:
Expand All @@ -21,5 +21,5 @@ spring:

jwt:
secret-key: ${SECRET_KEY}
access-exp: ${ACCESS_EXP:1800}
access-exp: ${ACCESS_EXP:9999999}
refresh_exp: ${REFRESH_EXP:1209600}

0 comments on commit 6f52571

Please sign in to comment.