Skip to content

Commit

Permalink
fix() : ddl-update ๋ณ€๊ฒฝ
Browse files Browse the repository at this point in the history
  • Loading branch information
dongkyun0713 committed Mar 28, 2024
1 parent d4d2809 commit 81e4b34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Titto_Backend/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ spring:
username: ${DB_USER}
password: ${DB_PASSWORD}
driver-class-name: com.mysql.cj.jdbc.Driver

jpa:
database: mysql
database-platform: org.hibernate.dialect.MySQLDialect
hibernate:
ddl-auto: create
ddl-auto: update
show-sql: true
properties:
hibernate:
Expand Down Expand Up @@ -49,9 +49,9 @@ springdoc:
api-docs:
path: /api-docs/json
groups:
enable : true
enable: true
cache:
disabled : true
disabled: true
use-fqn: true
default-consumes-media-type: application/json;charset=UTF-8
default-produces-media-type: application/json;charset=UTF-8

0 comments on commit 81e4b34

Please sign in to comment.