Skip to content

Commit

Permalink
Fixed h2 database, replaced file db by in-memory.
Browse files Browse the repository at this point in the history
  • Loading branch information
dartartem committed Mar 24, 2021
1 parent 5b9bf70 commit 0edc15b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
eventuateDatabase=h2
quarkus.datasource.db-kind=h2
quarkus.datasource.jdbc.url=jdbc:h2:~/test
quarkus.datasource.jdbc.url=jdbc:h2:mem:testdb
quarkus.datasource.username=sa
quarkus.datasource.password=

0 comments on commit 0edc15b

Please sign in to comment.