Created
April 17, 2015 09:57
-
-
Save byplayer/e77d124b8b3fe693faa4 to your computer and use it in GitHub Desktop.
spring boot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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