Skip to content

Commit

Permalink
feat : (#15) Specify jpa hibernate dialect in application.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kangeunchan committed Jan 8, 2025
1 parent 00617bc commit 8be9418
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ spring:
ddl-auto: ${JPA_HIBERNATE_DDL_AUTO}
show-sql: ${JPA_SHOW_SQL}
properties:
hibernate:
a:
format_sql: ${JPA_FORMAT_SQL}
dialect: org.hibernate.dialect.MySQLDialect
open-in-view: false


Expand Down

0 comments on commit 8be9418

Please sign in to comment.