Skip to content

Commit c22dced

Browse files
committed
1 parent 62a0e54 commit c22dced

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/validation

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/validation/ValidationProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* @since 3.5.0
2929
*/
3030
@Role(BeanDefinition.ROLE_INFRASTRUCTURE)
31-
@ConfigurationProperties(prefix = "spring.validation")
31+
@ConfigurationProperties("spring.validation")
3232
public class ValidationProperties {
3333

3434
private Method method = new Method();

0 commit comments

Comments
 (0)