이클립스 프로젝트 개발환경 1. Spring Framework MVC 2. 빌드 Maven 1. IntelliJ에 가져오기 1-1) [File] → [Project from Version Control...] 클릭 1-2) Git Clone URL 복사 1-3) IntelliJ에 Git URL 붙여 넣기 1-4) Clone 완료 후 Open or Import Project 팝업이 뜨면 [Maven project] 클릭 2. Tomcat Server 설정 2-1) [Run] → [Edit Configurations...] 클릭 2-2) [TomcatServer] → [Local] 클릭 2-3) [Deployment] → [+] → [Artifact...] 클릭 → [프로젝트명:war exploded] 선택..