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
When using the @ConfigBundle annotation to automatically populate bean properties from the config, if using the root prefix (i.e. not suppling a prefix) it's not picking them up. For instance:
When using the
@ConfigBundle
annotation to automatically populate bean properties from the config, if using the root prefix (i.e. not suppling a prefix) it's not picking them up. For instance:and the
config.yml
file:The properties are not available in the bean as would be expected.
The text was updated successfully, but these errors were encountered: