Skip to content

com.github.sitture.env-config 1.12.1 Latest version

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>com.github.sitture</groupId>
  <artifactId>env-config</artifactId>
  <version>1.12.1</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

A simple utility to manage environment configs in Java-based projects by merging *.properties files with environment variables overrides.