Skip to content

Document that application.* banner variables require a packaged jar or the use of Boot's launcher #33489

@maciejwalkowiak

Description

@maciejwalkowiak

With a following custom banner.txt file in src/main/resources:

Custom Banner ${application.title}: ${application.version} 

When application is built to a native image, printed banner has placeholders resolved to empty strings:

Custom Banner : 

Where the expected output is:

Custom Banner spring-native-banner-test: 0.0.1-SNAPSHOT 

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions