Skip to content

Commit

Permalink
#106 Fix Server Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Yashmerino committed Jul 13, 2024
1 parent a759a15 commit ad975dd
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@ spring.jpa.hibernate.ddl-auto=update
spring.jpa.properties.hibernate.format_sql=true
spring.jpa.defer-datasource-initialization=true

spring.datasource.driver-class-name=org.h2.Driver
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.H2Dialect

spring.sql.init.schema-locations=
spring.sql.init.data-locations=

0 comments on commit ad975dd

Please sign in to comment.