Maven 快速构建一个项目

参考: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  

原文地址:https://www.cnblogs.com/eason-d/p/9171891.html