-
Intellij에서 Maven 프로젝트를 만들때 Create From Archetype 버튼이 보인다.
-
Create From Archetype의 리스트들은 Maven이 미리 만들어놓은 프로젝트라 생각할 수 있다.
-
만약 간단한 웹 MVC 프로젝트를 진행하고자 한다면 maven-archtype-webapp을 선택하면 된다.
-
또한 maven-archtype-webapp을 선택하면 하단에 해당 프로젝트의 간단한 Description을 볼 수 있다.
A Simple Java Web Application