This repository has been archived by the owner on Jan 9, 2025. It is now read-only.
CDI extension with file #533
-
hi: per the docs (below) its hard to undetand what the value of the key should be: an example would be nice from the docs: @ConfigProperty(name = "one.microstream.ini") private StorageManager storageManager; |
Beta Was this translation helpful? Give feedback.
Answered by
rdebusscher
Mar 8, 2023
Replies: 1 comment
-
Hi @guykatz , The configuration value for the
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
guykatz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @guykatz ,
The configuration value for the
one.microstream.ini
key is used to read configuration using theEmbeddedStorageConfiguration.load(value)
method.ConfigurationParser
is configured)