Skip to content

Commit

Permalink
Fix @ConfigurationProperties prefix violation
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed Jan 24, 2025
1 parent 62a0e54 commit c22dced
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* @since 3.5.0
*/
@Role(BeanDefinition.ROLE_INFRASTRUCTURE)
@ConfigurationProperties(prefix = "spring.validation")
@ConfigurationProperties("spring.validation")
public class ValidationProperties {

private Method method = new Method();
Expand Down

0 comments on commit c22dced

Please sign in to comment.