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
A bean annotated with @ConfigurationPropertiesBinding should be declared static as they're created early during bean post-processing for configuration property binding. When not declared as static, the bean method's @Configuration class is created early and becomes ineligible for full post-processing.
The text was updated successfully, but these errors were encountered:
A bean annotated with
@ConfigurationPropertiesBinding
should be declaredstatic
as they're created early during bean post-processing for configuration property binding. When not declared as static, the bean method's@Configuration
class is created early and becomes ineligible for full post-processing.The text was updated successfully, but these errors were encountered: