diff spring-boot-playground/src/main/resources/application.properties @ 9:5870f5695e43

Logging Konfiguration, damit der Test maximal still ist. Das Spring Logo ist jetzt auch deaktiviert.
author Dirk Olmes <dirk.olmes@codedo.de>
date Thu, 13 Aug 2020 17:05:57 +0200
parents d57d0c6a841b
children 29e2e914c4cd
line wrap: on
line diff
--- a/spring-boot-playground/src/main/resources/application.properties	Thu Aug 13 16:51:05 2020 +0200
+++ b/spring-boot-playground/src/main/resources/application.properties	Thu Aug 13 17:05:57 2020 +0200
@@ -1,3 +1,3 @@
 spring.datasource.url = jdbc:h2:~/unittest;AUTO_SERVER=true
-
 spring.liquibase.changelog = classpath:liquibase/changelog.xml
+spring.main.banner-mode = off