I need to display build number in my index.jsp page
Title (build: B
You may load the .properties file as a localization message source (using ResourceBundlerMessageSource) and access it in JSP using or :
src/main/resources/buildInfo.properties:
buildNumber=${buildNumber}
where buildNumber is exposed as Roland Schneider suggests.
Context configuration:
buildInfo
JSP file:
Version:
pom.xml:
src/main/resources
true