Skip to content

Commit

Permalink
GHI-#13 Implement core alias "sbrd" for Spring Boot Remote Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Jan 26, 2017
1 parent d605816 commit 0aecbe3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snowblocks/bash/core/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ alias atom-hidpi='atom --force-device-scale-factor=1.5'

# +--- java ---+
alias jj='java -jar'
alias sbrd='mvn spring-boot:run -Drun.jvmArguments="-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=9999"'

# +--- wget ---+
# Disable log file
Expand Down

0 comments on commit 0aecbe3

Please sign in to comment.