1. 자바 설치 후 진행
- https://hwihyeon.tistory.com/9
2. 이클립스 설치
- Eclipse IDE for Enterprise Java and Web Developers 설치
- 이클립스 설치 후 Work Space는 임의로 지정
- https://www.eclipse.org/downloads/
Eclipse Downloads | The Eclipse Foundation
The Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 415 open source projects, including runtimes, tools and frameworks.
www.eclipse.org
3. 이클립스에서 스프링 다운로드
- 1 ) Help > Eclipse MarketPlace > sts 검색
- 2 ) Spring Tools 4 Install 클릭 및 설치 진행
- 3 ) Help > Eclipse MarketPlace > sts 검색
- 4 ) Spring Tools 3 Add-One for Spring Tools 4 클릭 및 설치 진행
- 해당 프로그램은 Legacy 프로젝트를 만들기 위해 설치
- 상기 사항이 적용되지 않을 경우
- http://dist.springsource.com/snapshot/STS/nightly-distributions.html
Spring Tool Suite 3 - Nightly builds
Spring Tool Suite 3 - Nightly builds p2 repositories Note: please do NOT use your browser to access these p2 repositories directly, there is no web index content being served. Instead add them to the available update sites in your Eclipse/STS preferences o
dist.springsource.com
- 위의 주소 접속 후 : for Eclipse 2021-12 (4.22) 해당 부분 확인 후 경로 복사
- Help > Install New SoftWare... 클릭
- 경로 붙여넣기 후 진행
4. 설치 확인
- File > New > Other > Spring 검색 시 Spring Legacy Project 확인
'Server > Spring(구버전)' 카테고리의 다른 글
6. 자바 버전 변경 (0) | 2022.03.29 |
---|---|
5. UTF-8 설정 (0) | 2022.03.28 |
4. 톰캣 다운로드 및 서버 생성 (0) | 2022.03.28 |
3. 스프링 Legacy Project 생성 (0) | 2022.03.28 |
1. JAVA 설치 및 환경설정 (0) | 2022.03.28 |