mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 10:59:03 +00:00
Fix @ConfigurationProperties prefix violation
See gh-43917
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ import org.springframework.context.annotation.Role;
|
||||
* @since 3.5.0
|
||||
*/
|
||||
@Role(BeanDefinition.ROLE_INFRASTRUCTURE)
|
||||
@ConfigurationProperties(prefix = "spring.validation")
|
||||
@ConfigurationProperties("spring.validation")
|
||||
public class ValidationProperties {
|
||||
|
||||
private Method method = new Method();
|
||||
|
||||
Reference in New Issue
Block a user