This project is library to handle mapping between config files and java class.
Config files support:
- Yaml
In your pom.xml, add the repository to DuckConfig
<repository>
<id>duckconfig-repo</id>
<url>https://maven.epicanard.com/releases</url>
</repository>
And the dependecy to DuckConfig package
<dependency>
<groupId>fr.epicanard</groupId>
<artifactId>duckconfig</artifactId>
<version>1.0.0</version>
</dependency>