Commit a6702f5b authored by Stephane Nicoll's avatar Stephane Nicoll

Remove reference of mvnDebug

The maven plugin now forks a process to start the application so
mvnDebug cannot be used anymore. This commit replaces the reference
of mvnDebug to a link to an example of the maven plugin.

Fixes gh-992
parent acf1ccaf
......@@ -1513,14 +1513,9 @@ details.
[[howto-remote-debug-maven-run]]
=== Remote debug a Spring Boot application started with Maven
To attach a remote debugger to a Spring Boot application started with Maven you can use
the `mvnDebug` command rather than `mvn`. For example:
the `jvmArguments` property of the {spring-boot-maven-plugin-site}/[maven plugin].
[indent=0]
----
$ mvnDebug spring-boot:run
----
You can now attach a remote debugger to your running application on port `8000`.
Check {spring-boot-maven-plugin-site}/examples/run-debug.html[this example] for more details.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment