How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

In application-test.yml, spring > main > banner: "off" (or false) not turning off Spring Banner in mvn clean install on jUnit execution

calendar_today June 17, 2026 person gene b. domain spring-boot

We are using Spring 3.5.14 and have the 2 standard Spring files main/resources/application.yml test/resources/application-test.yml The goal is to prevent the output of the Spring Banner, but only during the jUnit execution in mvn clean install . If we add the following to the main application.yml , it works, but the banner is also hidden during the application run, which is not what we want. We only want the jUnit suppression of the banner.

open_in_new Read original post