Skip to content

Instantly share code, notes, and snippets.

@jonashackt
Created July 23, 2015 12:10
Show Gist options
  • Save jonashackt/f8c93253eeee41dafb07 to your computer and use it in GitHub Desktop.
Save jonashackt/f8c93253eeee41dafb07 to your computer and use it in GitHub Desktop.
Running SpringBoot-Fatjar with remote-debugging
java -Xdebug -Xrunjdwp:server=y,transport=dt_socket,address=8000,suspend=n -jar target/myproject-0.0.1-SNAPSHOT.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment