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
Property validation does not work if a class is annotated with @ConstructorBinding, when it implements Validator, which basically all property classes in bitcoin-spring-boot-starter
Property validation does not work if a class is annotated with
@ConstructorBinding
, when it implementsValidator
, which basically all property classes in bitcoin-spring-boot-starterSee spring-projects/spring-boot#33669 for more information.
Also: All
@ConfigurationProperties
classes must be annotated with@Validated
The text was updated successfully, but these errors were encountered: