2011年7月5日

摘要: 一、快速demo快速构建项目骨架:敲打命令 mvn archetype:generate接着很长的输出,很多著名的项目archetype按enter选择默认的 mvn-archetype-quickstart 继续选择默认命名groupId:com.sequence.mvndemo命名artifactId:hello-world版本可默认Package包:com.sequence.mvndemo(默认)命令完成后的项目文档结构:hello-world|-- pom.xml`-- src |-- main | `-- java | `-- com | `-- sequence | `-- mvn 阅读全文
posted @ 2011-07-05 11:31 SeQuence.Choi 阅读(343) 评论(0) 推荐(0)

导航