Skip to content

Instantly share code, notes, and snippets.

@uilian
Created March 17, 2023 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uilian/ffa27988a5ccff2f410a26dd8448d022 to your computer and use it in GitHub Desktop.
Save uilian/ffa27988a5ccff2f410a26dd8448d022 to your computer and use it in GitHub Desktop.
Maven / Spring
$ mvn spring-boot:run \
-P '!default' \ # setting a profile, in this case, excluding it by prefixing it with '!'
-Dspring-boot.run.jvmArguments="-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:8000" # debug settings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment