# HG changeset patch # User Dirk Olmes # Date 1597331865 -7200 # Node ID 29e2e914c4cdb300133acff8217a43d5c0b8c7f7 # Parent 5870f5695e43fbdf0b33e58f9d3ab3c925922e4a Verschieben der Datenbank ins target Verzeichnis, damit das Home Verzeichnis nicht vollgemuellt wird diff -r 5870f5695e43 -r 29e2e914c4cd spring-boot-playground/src/main/resources/application.properties --- a/spring-boot-playground/src/main/resources/application.properties Thu Aug 13 17:05:57 2020 +0200 +++ b/spring-boot-playground/src/main/resources/application.properties Thu Aug 13 17:17:45 2020 +0200 @@ -1,3 +1,3 @@ -spring.datasource.url = jdbc:h2:~/unittest;AUTO_SERVER=true +spring.datasource.url = jdbc:h2:./target/db/unittest;AUTO_SERVER=true spring.liquibase.changelog = classpath:liquibase/changelog.xml spring.main.banner-mode = off