Here’s how to setup config-cli on Red Hat/CentOS 7. config-cli is Config’s command line utility, which is used to pull configuration files from Config to your machine.
Manipulating Property Files in Java
Photo by Boskampi from pixabay.com In configuration file hell? Take a look at Config, the easiest way to manage your application configuration across all your servers and environments. Introduction In this article we will use the java.util.Properties class for the manipulation of property files. We will see how to write and read in these files. This class allows us to … Read More