Read an External Properties File in Maven
1. Introduction Reading external properties in a maven project is useful when accessing secure credential configuration, or logging settings, etc. In this article, I will demonstrate how to read an external properties file in a Maven project. 2. Setup In this step, I will create a maven project in an Eclipse IDE. Figure 1. Create …
