Skip to content

Commit

Permalink
fix: modify jpa option in application-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sith-call committed Aug 23, 2023
1 parent b97d18d commit 69b0390
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
spring:
jpa:
database-platform: org.hibernate.dialect.MySQL5InnoDBDialect
show-sql: true
hibernate:
ddl-auto: create
show_sql: true
properties:
hibernate:
dialect: org.hibernate.dialect.MySQL8Dialect

datasource:
url: jdbc:mysql://db:3306/turtle-neck-savior-dev?useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true
Expand All @@ -13,5 +15,5 @@ spring:

logging:
level:
org.hibernate.type: debug

org.hibernate.SQL: DEBUG
org.hibernate.type: TRACE

0 comments on commit 69b0390

Please sign in to comment.