changeset 10:29e2e914c4cd

Verschieben der Datenbank ins target Verzeichnis, damit das Home Verzeichnis nicht vollgemuellt wird
author Dirk Olmes <dirk.olmes@codedo.de>
date Thu, 13 Aug 2020 17:17:45 +0200
parents 5870f5695e43
children f3f9102ef7c0
files spring-boot-playground/src/main/resources/application.properties
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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