-
I am using following yaml structure
and on startup I see the error What am I missing here? Quarkus version: 3.23.0 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
/cc @radcortez (config) |
Beta Was this translation helpful? Give feedback.
-
Apparently quarkus-config-yaml / smallrye expects kebab-case config keys so when i switched to
and used |
Beta Was this translation helpful? Give feedback.
Apparently quarkus-config-yaml / smallrye expects kebab-case config keys so when i switched to
and used
@WithName
annotation on my mapping interface, it worked as expected.