From 9676177963f2b02ac728dbf215fd0979f1e372b1 Mon Sep 17 00:00:00 2001 From: Matthias Faust Date: Thu, 8 Feb 2024 10:29:29 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0799038..605dd50 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ workspace in __debug__ mode and pass the testsystem host name and the location of the plugin directory where the zip archive of this plugin is located. For example: -`mvnDebug spring-boot:run -Dinstallation.host=my-test-system.vm -Dplugins.directories=C:/workspace/plugins` +`mvnDebug spring-boot:run -Dspring-boot.run.jvmArguments="-Dinstallation.host=my-test-system.vm -Dplugins.directories=C:/workspace/plugins"` Afterwards, create a "Remote Debug" configuration in IDEA with transport `Socket`, host `localhost` and port `8000`. The VM parameter should look like this: