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
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure-all/src/main/java/org/springframework/boot/autoconfigure/web/servlet/WebMvcAutoConfiguration.java
+3-1
Original file line number
Diff line number
Diff line change
@@ -528,7 +528,9 @@ public FormattingConversionService mvcConversionService() {
528
528
@Bean
529
529
@Override
530
530
publicValidatormvcValidator() {
531
-
if (!ClassUtils.isPresent("jakarta.validation.Validator", getClass().getClassLoader())) {
531
+
if (!ClassUtils.isPresent("jakarta.validation.Validator", getClass().getClassLoader())
0 commit comments