Skip to content

Commit

Permalink
fix: yml file change
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeongh00 committed Jul 19, 2024
1 parent 4847a68 commit bbe3738
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions api-module/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ spring:
password: syluvdatabase

jpa:
hibernate:
ddl-auto: update
show-sql: true
format_sql: true
properties:
dialect: org.hibernate.dialect.MySQLDialect
hibernate:
format_sql: true
hbm2ddl:
auto: update
show_sql: true
hibernate.dialect: org.hibernate.dialect.MySQLDialect

security:
jwt:
Expand Down

0 comments on commit bbe3738

Please sign in to comment.