Skip to content

Instantly share code, notes, and snippets.

@manniru
Last active August 29, 2015 14:04
Show Gist options
  • Save manniru/07205067ac3ab1f595e5 to your computer and use it in GitHub Desktop.
Save manniru/07205067ac3ab1f595e5 to your computer and use it in GitHub Desktop.
Spring MVC 4 Quickstart Maven Archetype
mvn archetype:generate -DarchetypeGroupId=com.github.spring-mvc-archetypes -DarchetypeArtifactId=spring-mvc-quickstart -DarchetypeVersion=1.0.0-SNAPSHOT -DgroupId=com.mannir -DartifactId=mobilenfc -Dversion=1
cd mobilenfc
mvn test tomcat7:run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment