프로그래밍/Spring & Maven

Maven 스터디

Terry Cho 2013. 3. 19. 20:41

빈 프로젝트 생성

mvn archetype:generate -DarchetpeArtifacId=maven-archetype-quickstart -DarchetypeVersion=1.1  -DinteractiveMode=false  -DgroupId=spring-tutorial -DartifactId=ch1_simple -Dversion=1.0-SNAPSHOT -Dpackage=bcho.spring.tutorial.ch1 



groupId는 패키지명

artifactId는 디렉토리명


참고 자료 : http://www.mkyong.com/spring3/spring-3-hello-world-example/

http://androi.tistory.com/37


그리드형