summaryrefslogtreecommitdiffstats
path: root/src/test/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources')
-rw-r--r--src/test/resources/application.properties8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties
index 0128997..f6df654 100644
--- a/src/test/resources/application.properties
+++ b/src/test/resources/application.properties
@@ -45,4 +45,10 @@ so.host=http://127.0.0.1:8091
so.header.authorization=
so.api.id=SO
-
+# H2
+spring.datasource.url=jdbc:h2:mem:~/db;DB_CLOSE_ON_EXIT=false
+spring.datasource.username=sa
+spring.datasource.password=
+spring.datasource.driver-class-name=org.h2.Driver
+spring.h2.console.enabled=true
+spring.h2.console.path=/h2-console \ No newline at end of file