参考:http://www.spring4all.com/article/266
mvn archetype:generate -DgroupId=springboot -DartifactId=springboot-helloworld -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false
导出依赖的jar包: mvn dependency:copy-dependencies -DoutputDirectory=lib