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
It could be easily improved if we used an interface backed by a @ConfigurationProperties class with setters and and getters. The setter javadoc would be used.
Currently, we are using just an interface annotated with @ConfigurationProperties.
The text was updated successfully, but these errors were encountered:
Issue description
It could be easily improved if we used an interface backed by a
@ConfigurationProperties
class with setters and and getters. The setter javadoc would be used.Currently, we are using just an interface annotated with
@ConfigurationProperties
.The text was updated successfully, but these errors were encountered: