File tree 1 file changed +14
-0
lines changed
spring-boot-docs/src/main/asciidoc 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -1253,6 +1253,20 @@ third-party dependencies. Overriding versions may cause compatibilty issues.
1253
1253
1254
1254
1255
1255
1256
+ [[howto-remote-debug-maven-run]]
1257
+ === Remote debug a Spring Boot application started with Maven
1258
+ To attach a remote debugger to a Spring Boot application started with Maven you can use
1259
+ the `mvnDebug` command rather than `mvn`. For example:
1260
+
1261
+ [indent=0]
1262
+ ----
1263
+ $ mvnDebug spring-boot:run
1264
+ ----
1265
+
1266
+ You can now attach a remote debugger to your running application on port `8000`.
1267
+
1268
+
1269
+
1256
1270
[[howto-build-an-executable-archive-with-ant]]
1257
1271
=== Build an executable archive with Ant
1258
1272
To build with Ant you need to grab dependencies, compile and then create a jar or war
You can’t perform that action at this time.
0 commit comments