Skip to content

Commit

Permalink
fix: please set 'javax.persistence.jdbc.url', 'hibernate.connection.u…
Browse files Browse the repository at this point in the history
…rl', or 'hibernate.dialect' 문제 해결 시도
  • Loading branch information
yeonjookang committed May 7, 2024
1 parent 22abb09 commit b27b78b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ spring:
hibernate:
format_sql: true
show_sql: true
dialect: org.hibernate.dialect.MySQLDialect
servlet:
multipart:
max-file-size: 100MB
Expand Down

0 comments on commit b27b78b

Please sign in to comment.