Skip to content

Instantly share code, notes, and snippets.

@byplayer
Created April 17, 2015 09:57
Show Gist options
  • Save byplayer/e77d124b8b3fe693faa4 to your computer and use it in GitHub Desktop.
Save byplayer/e77d124b8b3fe693faa4 to your computer and use it in GitHub Desktop.
spring boot
# check dependency
# mvn dependency:tree
# run test server
mvn spring-boot:run
# make destributable package
mvn package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment