The Config module contains configuration component definitions that can be used to build applications and services.
Packages
The module contains the following packages:
- Auth - data patterns
- Build - object key (id) generators
- Config - data processing components
- Connect - data query objects
Use
Add dependency to the pom.xml:
<dependency>
<groupId>org.pipservices</groupId>
<artifactId>pip-services4-config</artifactId>
<version>[0.0.1,)</version>
</dependency>