From 4e463f05e9503f0774544a76216770a6403a4944 Mon Sep 17 00:00:00 2001 From: Gregor Zeitlinger Date: Thu, 11 Apr 2024 13:21:49 +0200 Subject: [PATCH] Update content/en/docs/languages/java/automatic/spring-boot.md Co-authored-by: Jean Bisutti --- content/en/docs/languages/java/automatic/spring-boot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/languages/java/automatic/spring-boot.md b/content/en/docs/languages/java/automatic/spring-boot.md index caec14be7c2c..9eae0145ee42 100644 --- a/content/en/docs/languages/java/automatic/spring-boot.md +++ b/content/en/docs/languages/java/automatic/spring-boot.md @@ -174,7 +174,7 @@ Unlike the SDK autoconfiguration, the OpenTelemetry Spring Boot starter uses {{% /alert %}} -You can set properties in the `application.properties` or the `application.yaml` +You can update the configuration with properties in the `application.properties` or the `application.yaml` file, or use environment variables. `application.properties` example: