# HG changeset patch # User Dirk Olmes # Date 1597331157 -7200 # Node ID 5870f5695e43fbdf0b33e58f9d3ab3c925922e4a # Parent 7ce4367b50bc81e8ee90096f5aa320ea3962ebfe Logging Konfiguration, damit der Test maximal still ist. Das Spring Logo ist jetzt auch deaktiviert. diff -r 7ce4367b50bc -r 5870f5695e43 spring-boot-playground/src/main/resources/application.properties --- 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 diff -r 7ce4367b50bc -r 5870f5695e43 spring-boot-playground/src/test/resources/application.properties --- a/spring-boot-playground/src/test/resources/application.properties Thu Aug 13 16:51:05 2020 +0200 +++ b/spring-boot-playground/src/test/resources/application.properties Thu Aug 13 17:05:57 2020 +0200 @@ -1,1 +1,2 @@ spring.datasource.url = jdbc:h2:mem: +spring.main.banner-mode = off diff -r 7ce4367b50bc -r 5870f5695e43 spring-boot-playground/src/test/resources/logback-test.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/spring-boot-playground/src/test/resources/logback-test.xml Thu Aug 13 17:05:57 2020 +0200 @@ -0,0 +1,15 @@ + + + + + + %36.-36logger{36} : %msg%n + + + + + + + + \ No newline at end of file