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/src/main/java/org/springframework/boot/autoconfigure/condition/ConditionalOnProperty.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,8 @@
75
75
* <p>
76
76
* This condition cannot be reliably used for matching collection properties. For example,
77
77
* in the following configuration, the condition matches if {@code spring.example.values}
78
-
* is present in the {@link Environment} but does not match if {@code spring.example.values[0]} is present.
78
+
* is present in the {@link Environment} but does not match if
79
+
* {@code spring.example.values[0]} is present.
79
80
*
80
81
* <pre class="code">
81
82
* @ConditionalOnProperty(prefix = "spring", name = "example.values")
0 commit comments