Skip to content

Commit d438712

Browse files
committed
Adiciona o driver do h2
1 parent e5bc36d commit d438712

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/resources/application-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ spring:
33
name: InvoiceAPI
44
datasource:
55
url: jdbc:h2:mem:testdb
6+
driver-class-name: org.h2.Driver
67
output:
78
ansi:
89
enabled: ALWAYS

0 commit comments

Comments
 (0)