You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Spring-Boot banner (in banner.txt) can pull in gradle properties. Wire these in so that we know cool stuff like the project version, spring and camel versions, etc.
(Project (jar) version is a minimum.)
The text was updated successfully, but these errors were encountered:
I have followed spring boot documentation for displaying application version in banner but its not working in my local.
Added jar task in build.gradle for generating menifest.mf:
jar {
manifest {
attributes 'Main-Class': mainClassName,
'Implementation-Title': 'Brahma - A seed-project for spring-boot-camel apps',
'Implementation-Version': version
}
} http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#boot-features-banner
The Spring-Boot banner (in banner.txt) can pull in gradle properties. Wire these in so that we know cool stuff like the project version, spring and camel versions, etc.
(Project (jar) version is a minimum.)
The text was updated successfully, but these errors were encountered: