목록STUDYING/SPRING (2)
MY MEMO
git clone 을 하기 전 marketplace 에서 git을 검색한 후 EGit install 1. git에서 프로젝트 clone 하기 1. eclipse 오른쪽에 있는 버튼 3개 중 맨 앞 버튼 클릭 -> git 선택 2. git clone repository 클릭 후 clone -> clone하고 싶은 project url 넣기 3. 조금만 기다리면 git repository 생성 -> 오른쪽 클릭 -> import project 선택 4. 오른쪽 위의 버튼 중 2번째 버튼 클릭 -> clone한 프로젝트가 생성된 것을 볼 수 있음 2.Server Setting tomcat download : https://tomcat.apache.org/download-80.cgi원하는 version 선택 후..
1. Eclipse에서 Spring을 다운받는다 1-1. Help -> Eclipse Marketplace 1-2. sts 검색 -> sts install accept 선택 finish 클릭 -> software 설치 될 때까지 기다림 -> Restart 창이 뜨면 Restart 1-3. File -> New -> Other 1-4. Spring Legacy Project 선택 1-5. Project name 설정 -> Spring MVC Project 선택 1-6. package이름은 보통 com.company.package 이름 2. 오류 해결하기 2-1. pom.xml -> 안에 RELEASE 버전을 변경 3. Server 3-1. 서버 생성1) Server tab -> New -> Server2)..