From 00763af335e96994c4a0a3a402872405420a5c0d Mon Sep 17 00:00:00 2001 From: Erik Mulder Date: Mon, 24 Dec 2018 15:57:34 +0100 Subject: [PATCH] Fix system properties override example Closes gh-15562 --- .../src/site/apt/examples/run-system-properties.apt.vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/site/apt/examples/run-system-properties.apt.vm b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/site/apt/examples/run-system-properties.apt.vm index 1b3cb3aa1f..0483f58f9d 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/site/apt/examples/run-system-properties.apt.vm +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/site/apt/examples/run-system-properties.apt.vm @@ -54,7 +54,7 @@ --- -mvn spring-boot:run -Dspring-boot.jvmArguments="-Dproperty1=overridden" +mvn spring-boot:run -Dspring-boot.run.jvmArguments="-Dproperty1=overridden" ---