Skip to content

Commit

Permalink
Add DB dialect which is required by newest H2 release in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
romanstrobl committed Apr 1, 2022
1 parent 8c6c5b9 commit 364b343
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ spring.datasource.url=jdbc:h2:file:~/powerauth
spring.datasource.username=sa
spring.datasource.password=
spring.datasource.driver-class-name=org.h2.Driver
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect

# Hibernate Configuration
spring.jpa.hibernate.ddl-auto=create-drop
Expand Down

0 comments on commit 364b343

Please sign in to comment.