File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
spring-test/src/main/java/org/springframework/test/context Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 121
121
* {@code http:}, etc.) will be loaded using the specified resource protocol.
122
122
* Resource location wildcards (e.g. <code>**/*.properties</code>)
123
123
* are not permitted: each location must evaluate to exactly one
124
- * {@code .properties} or {@code .xml} resource.
124
+ * {@code .properties} or {@code .xml} resource. Property placeholders
125
+ * in paths (i.e., <code>${...}</code>) will be
126
+ * {@linkplain org.springframework.core.env.Environment#resolveRequiredPlaceholders(String) resolved}
127
+ * against the {@code Environment}.
125
128
*
126
129
* <h3>Default Properties File Detection</h3>
127
130
* <p>See the class-level Javadoc for a discussion on detection of defaults.
You can’t perform that action at this time.
0 commit comments