There was an error while loading. Please reload this page.
With a following custom banner.txt file in src/main/resources:
banner.txt
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