随笔分类 -  maven

在公司接触了maven好想弄的明白.慢慢来
摘要:Apache Maven What is it? ----------- Maven is a software project management and comprehension tool. Based on the concept of a Project Object Model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. Documentation --... 阅读全文
posted @ 2013-05-03 10:14 雨中雷 阅读(521) 评论(0) 推荐(0)
摘要:1)mvn archetype:create -DgroupId="com.ast1949" -DartifactId="ast1949-photos" -DarchetypeArtifactId=maven-archetype-webapp然后使用mvn eclipse:eclipse就可以把项目打入到eclipse中去了.注:所需要的依赖包可以去http://mvnrepository.com/artifact/org.springframework/spring-jdbc网站上输入所需要的包的名称就可以了.【配置过程】1、安装java,配置好jav 阅读全文
posted @ 2013-04-22 09:25 雨中雷 阅读(214) 评论(0) 推荐(0)