Skip to content

Commit

Permalink
fix: jpa properties 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
SunYerim committed Jul 6, 2024
1 parent d22ce47 commit b46ca1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ spring:
jpa:
hibernate:
ddl-auto: validate
properties:
hibernate.dialect: org.hibernate.dialect.MySQLDialect

eureka:
instance:
Expand Down

0 comments on commit b46ca1b

Please sign in to comment.