mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 01:39:02 +00:00
Fix formatting
This commit is contained in:
+2
-1
@@ -75,7 +75,8 @@ import org.springframework.core.env.Environment;
|
||||
* <p>
|
||||
* This condition cannot be reliably used for matching collection properties. For example,
|
||||
* in the following configuration, the condition matches if {@code spring.example.values}
|
||||
* is present in the {@link Environment} but does not match if {@code spring.example.values[0]} is present.
|
||||
* is present in the {@link Environment} but does not match if
|
||||
* {@code spring.example.values[0]} is present.
|
||||
*
|
||||
* <pre class="code">
|
||||
* @ConditionalOnProperty(prefix = "spring", name = "example.values")
|
||||
|
||||
Reference in New Issue
Block a user