Posts May 2018

Spring Boot - Access build properties at runtime

This post describes how to access Maven build properties at run time. As an example I will use a simple command line tool built with Spring Boot.

Continue Reading