Skip to content

Instantly share code, notes, and snippets.

@Miopas
Last active February 13, 2019 02:11
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 Miopas/95d74fea0611175b2d9e6e509a031fb7 to your computer and use it in GitHub Desktop.
Save Miopas/95d74fea0611175b2d9e6e509a031fb7 to your computer and use it in GitHub Desktop.
mvn command
# run specific test case
mvn -Dtest=TestCircle test
# mvn spring boot
mvn clean install && cd ./xx-web && mvn spring-boot:run
# run with specific setting file
mvn clean intall --settings mysetting.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment