Skip to content

Conversation

@rfscholte
Copy link
Owner

When executing a @SpringBootTest, the complete application will be started. This includes the display of the banner.
To suppress it, you can't use the logging framework yet, as it hasn't been initialized yet.
Instead you need to use the property spring.main.banner-mode and set it to OFF

@rfscholte rfscholte added the solution The solution for one specific issue label Jan 13, 2023
@rfscholte rfscholte changed the title [Solution] Spring-boot banner [SOLUTION] Spring-boot banner Jan 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

solution The solution for one specific issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants