Skip to content

Commit aa2179a

Browse files
committed
fix
1 parent 7217dcd commit aa2179a

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features/external-config.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ TIP: Properties that use the `[index]` notation can be bound to Java `List` or `
640640
For more details see the xref:features/external-config.adoc#features.external-config.typesafe-configuration-properties[] section below.
641641

642642
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.
644644

645645

646646

0 commit comments

Comments
 (0)