We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48475f7 commit 455b63cCopy full SHA for 455b63c
src/main/resources/application.properties
@@ -3,7 +3,7 @@ spring.h2.console.enabled=true
3
spring.h2.console.path=/h2
4
5
# Datasource
6
-spring.datasource.url=jdbc:h2:file:~/keeptime/db/keeptime-h2-db;DB_CLOSE_ON_EXIT=FALSE
+spring.datasource.url=jdbc:h2:file:./db/keeptime-h2-db;DB_CLOSE_ON_EXIT=FALSE
7
spring.datasource.username=sa
8
spring.datasource.password=
9
spring.datasource.driver-class-name=org.h2.Driver
0 commit comments