Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document the need to use the launcher to be able to use application.* properties in a custom banner #24982

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -152,6 +152,9 @@ You can also use the configprop:spring.main.banner-mode[] property to determine

The printed banner is registered as a singleton bean under the following name: `springBootBanner`.

NOTE: If you are running with an unpacked jar (and not using the Spring Boot launcher), `application.*` properties are not available.
As a workaround, you can use JarLauncher to start the app (for example, `java -cp . org.springframework.boot.loader.JarLauncher`).



[[boot-features-customizing-spring-application]]
Expand Down