Skip to content

[SOLUTION] Spring-boot banner - #1

Open
rfscholte wants to merge 2 commits into
issuesfrom
spring-boot_banner
Open

[SOLUTION] Spring-boot banner#1
rfscholte wants to merge 2 commits into
issuesfrom
spring-boot_banner

Conversation

@rfscholte

Copy link
Copy Markdown
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.

1 participant