Skip to content

Commit

Permalink
fix: databasePlatform
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaisqls committed Nov 15, 2023
1 parent 0ab9abe commit 3871640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ spring:
password: ${MYSQL_PASSWORD:inqdbpassword}
driver-class-name: com.mysql.cj.jdbc.Driver
jpa:
database-platform: org.hibernate.dialect.MySQL8Dialect
hibernate:
ddl-auto: update
properties:
Expand All @@ -17,7 +18,6 @@ spring:
show-sql: true
jackson:
property-naming-strategy: SNAKE_CASE
database-platform: org.hibernate.dialect.MySQL8Dialect

servlet:
multipart:
Expand Down

0 comments on commit 3871640

Please sign in to comment.