Polish "Update the Debugging Documentation of the Spring Boot Maven Plugin"

See gh-39392
This commit is contained in:
Moritz Halbritter 2024-02-06 13:07:55 +01:00
parent b25d52c896
commit 8fd28d9ece

View File

@ -83,7 +83,7 @@ These arguments can be specified on the command line as well:
[indent=0]
----
$ mvn spring-boot:run -Dspring-boot.run.jvmArguments=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005
$ mvn spring-boot:run -Dspring-boot.run.jvmArguments=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=*:5005
----