From aa2179a898e240f5e4e332d2f6c9d97d03cc9589 Mon Sep 17 00:00:00 2001 From: Dmytro Nosan Date: Tue, 19 Nov 2024 12:39:35 +0200 Subject: [PATCH] fix --- .../modules/reference/pages/features/external-config.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features/external-config.adoc b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features/external-config.adoc index 9c212f39a141..2f45f09fa1ab 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features/external-config.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features/external-config.adoc @@ -640,7 +640,7 @@ TIP: Properties that use the `[index]` notation can be bound to Java `List` or ` For more details see the xref:features/external-config.adoc#features.external-config.typesafe-configuration-properties[] section below. WARNING: YAML files cannot be loaded by using the `@PropertySource` or `@TestPropertySource` annotations. -So, in the case that you need to load values that way, you need to use a properties file or use `@TestYamlPropertySource` +So, in the case that you need to load values that way, you need to use a properties file.