Skip to content

Commit dca304a

Browse files
committed
Stress how Ezkv does not do binding.
1 parent e4a6aa3 commit dca304a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ other places using key values in the configuration file. Ezkv can even allow con
5757

5858
Another use case might be to simulate Spring Boot's configuration loading but without all of Spring Boot. Ezkv can do that declaratively through key values. In fact a user could make the previously mentioned ripgrep environment variable do a Spring Boot like load of configuration.
5959

60+
Ezkv is not a property lookup or configuration binding (mapping to user defined types) framework.
61+
Its only job is to find key values. Because of this it can be used with any other downstream configuration
62+
frameworks as a source including Spring, or J2EE applications!
63+
6064
## Example
6165

6266
A simple example using `java.util.Properties` files that could be parsed to `KeyValues` would be:

0 commit comments

Comments
 (0)