You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,10 @@ other places using key values in the configuration file. Ezkv can even allow con
57
57
58
58
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.
59
59
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
+
60
64
## Example
61
65
62
66
A simple example using `java.util.Properties` files that could be parsed to `KeyValues` would be:
0 commit comments