Mercurial > hg > SpringPlayground
comparison spring-boot-playground/src/main/resources/application.properties @ 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 |
comparison
equal
deleted
inserted
replaced
9:5870f5695e43 | 10:29e2e914c4cd |
---|---|
1 spring.datasource.url = jdbc:h2:~/unittest;AUTO_SERVER=true | 1 spring.datasource.url = jdbc:h2:./target/db/unittest;AUTO_SERVER=true |
2 spring.liquibase.changelog = classpath:liquibase/changelog.xml | 2 spring.liquibase.changelog = classpath:liquibase/changelog.xml |
3 spring.main.banner-mode = off | 3 spring.main.banner-mode = off |