Skip to content

Commit

Permalink
added application-test.yml so hopefully it wont crash on build
Browse files Browse the repository at this point in the history
  • Loading branch information
Junotas committed Jul 15, 2024
1 parent 172135c commit a9d2840
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/test/resources/application-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
spring:
jpa:
hibernate:
ddl-auto: create-drop
database-platform: org.hibernate.dialect.H2Dialect
datasource:
url: jdbc:h2:mem:testdb
username: sa
password: sa
driver-class-name: org.h2.Driver

0 comments on commit a9d2840

Please sign in to comment.