Skip to content

Commit

Permalink
MySQLDialect in properties
Browse files Browse the repository at this point in the history
  • Loading branch information
laurtom committed Nov 7, 2019
1 parent b9ad275 commit 254b62e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/application-eng.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ spring.datasource.password=
spring.datasource.driver-class-name=org.h2.Driver
# spring.jpa.hibernate.ddl-auto=none

spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect

#spring.jpa.properties.hibernate.jdbc.batch_size=30
#spring.jpa.properties.hibernate.jdbc.fetch_size=300
#spring.jpa.properties.hibernate.id.new_generator_mappings=true
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ spring.datasource.password=
spring.datasource.driver-class-name=org.h2.Driver
# spring.jpa.hibernate.ddl-auto=none

spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect

#spring.jpa.properties.hibernate.jdbc.batch_size=30
#spring.jpa.properties.hibernate.jdbc.fetch_size=300
#spring.jpa.properties.hibernate.id.new_generator_mappings=true
Expand Down

0 comments on commit 254b62e

Please sign in to comment.