Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
watarhu authored Mar 16, 2022
1 parent c4172ba commit a3e9b2f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ Java version: JDK8+
```
1. Create the ConfigManager instance (keep in account that first configurations will be overrided if exist in the following files)
```Java
ConfigManagerImpl instance = new ConfigManagerImpl("file://src/test/resources/integral-test-1.yml","classpath://integral-test.yml","classpath://org/bytemechanics/config/manager/internal/integral-test-2.yaml","classpath://integral-test-3.properties");
ConfigManagerImpl instance = new ConfigManagerImpl("file://src/test/resources/integral-test-1.yml"
,"classpath://integral-test.yml"
,"classpath://org/bytemechanics/config/manager/internal/integral-test-2.yaml"
,"classpath://integral-test-3.properties");
```
1. Load configuration, either
* Directly to System.properties (classic behaviour)
Expand Down

0 comments on commit a3e9b2f

Please sign in to comment.