Get your application version with Spring Boot
There are a few ways to get your application version with Spring Boot.
One approach is using Maven resource filtering to add the version number as an enviroment variable in the application.yml
during the build.
Another approach is to use the Implementation-Version stored in the manifest file.