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-docs/src/docs/antora/modules/reference/pages/features/external-config.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -640,7 +640,7 @@ TIP: Properties that use the `[index]` notation can be bound to Java `List` or `
640
640
For more details see the xref:features/external-config.adoc#features.external-config.typesafe-configuration-properties[] section below.
641
641
642
642
WARNING: YAML files cannot be loaded by using the `@PropertySource` or `@TestPropertySource` annotations.
643
-
So, in the case that you need to load values that way, you need to use a properties file or use `@TestYamlPropertySource`
643
+
So, in the case that you need to load values that way, you need to use a properties file.
0 commit comments