September 2015
Intermediate to advanced
206 pages
4h 45m
English
While environment variables could, on a rare occasion, be a hit or miss, the good old Java system properties can always be trusted to be there for you. In addition to using the Environment Variables and command-line arguments represented by the property names prefixed with a double dash (--), Spring Boot provides you with the ability to use the plain Java System Properties to set or override the configuration properties.
This could be useful in a number of situations, particularly if your application is running in a container that sets certain values during the startup via the system properties that you want to get access to or if a property value is not set via a command-line –D
Read now
Unlock full access