Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
59496abf
Commit
59496abf
authored
Apr 23, 2014
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add mvnDebug how-to
Fixes gh-713
parent
51c403b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
howto.adoc
spring-boot-docs/src/main/asciidoc/howto.adoc
+14
-0
No files found.
spring-boot-docs/src/main/asciidoc/howto.adoc
View file @
59496abf
...
@@ -1253,6 +1253,20 @@ third-party dependencies. Overriding versions may cause compatibilty issues.
...
@@ -1253,6 +1253,20 @@ third-party dependencies. Overriding versions may cause compatibilty issues.
[[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:
[indent=0]
----
$ mvnDebug spring-boot:run
----
You can now attach a remote debugger to your running application on port `8000`.
[[howto-build-an-executable-archive-with-ant]]
[[howto-build-an-executable-archive-with-ant]]
=== Build an executable archive with Ant
=== Build an executable archive with Ant
To build with Ant you need to grab dependencies, compile and then create a jar or war
To build with Ant you need to grab dependencies, compile and then create a jar or war
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment