From 34c8c9cc548801ce5a13e7365c9087205435dde7 Mon Sep 17 00:00:00 2001 From: Ali Dehghani Date: Tue, 10 Mar 2020 16:27:10 +0330 Subject: [PATCH] Using An In-Memory H2 Instance --- azure/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure/src/main/resources/application.properties b/azure/src/main/resources/application.properties index 32ee873194..1c92245a6f 100644 --- a/azure/src/main/resources/application.properties +++ b/azure/src/main/resources/application.properties @@ -5,7 +5,7 @@ spring.jpa.hibernate.ddl-auto=create logging.file=azure.log logging.level.root=info -spring.datasource.url=jdbc:h2:file:~/test +spring.datasource.url=jdbc:h2:mem:azure-test-db spring.datasource.username=sa spring.datasource.password=