Tag: <span>git tag</span>

My Spring Boot application uses Gradle. And I want to display latest git tag (which represents my application version) during application startup. What I came up with, was quite an easy solution. Version information can be picked up from MANIFEST.MF file, that’s inside…

Programavimas