2020. 11. 24. 23:42ㆍ스프링프레임워크/실습
STS플러그인 설치방법
- 방법 1. [eclipse photon사용] Eclipse Marketplace에서 STS 설치 _이클립스 버전이 낮아서 그런건지 검색이 안됨.
- 방법 2. [eclipae photon사용] STS 수동설치(Install New Software) _이것도 안됨
- 방법 3. 직접 STS .zip 다운로드
- 방법 4. 직접 STS .zip 다운로드2
방법 1. Eclipse Marketplace에서 STS 설치
1-1. [Help - Eclipse Marketplace] 클릭
1-2. 검색창에 'Spring Tool Suite' 검색 후 항목 나오면 다운로드
나의 경우, 검색이 안됨
방법 2. STS 수동설치(Install New Software)
2-1. [Help - Install New Software] 클릭
2-2. 팝업창에서 Add버튼 클릭
2-3. 여기 클릭하거나 아래 URL 중 자신의 이클립스 버전에 맞는 버전 학인 후 Name과 Location 입력후 Add버튼 클릭
for Eclipse Photon (4.8): http://dist.springsource.com/snapshot/TOOLS/nightly/e4.8
for Eclipse Oxygen (4.7): http://dist.springsource.com/snapshot/TOOLS/nightly/e4.7
for Eclipse Neon (4.6): http://dist.springsource.com/snapshot/TOOLS/nightly/e4.6
for Eclipse Mars (4.5): http://dist.springsource.com/snapshot/TOOLS/nightly/e4.5
for Eclipse Luna (4.4): http://dist.springsource.com/snapshot/TOOLS/nightly/e4.4
for Eclipse Kepler (4.3): http://dist.springsource.com/snapshot/TOOLS/nightly/e4.3
for Eclipse Juno (4.2): http://dist.springsource.com/snapshot/TOOLS/nightly/e4.2
(위 이클립스 버전별 URL 출처 : tychejin.tistory.com/140 )
2-4. 나의 경우 아래와 같이 에러 발생함( 다운로드 될 경우 그냥 진행하면 됨)
방법 3. STS(Spring Tool Suite) .zip 다운로드
3-1. 여기 클릭하여 접속 하여 'https://download.springsource.com/release/STS/3.9.12.RELEASE/dist/e4.13/spring-tool-suite-3.9.12.RELEASE-e4.13.0-win32-x86_64.zip' 클릭 후 다운로드
3-2. 해당 파일 압축 풀고 설치
* 만약 압축 풀다가 에러 발생시 폴더 이름을 변경 해보고 안되면, 여기 참고
방법 4. STS(Spring Tool Suite) .zip 다운로드 2
4-1. https://spring.io/tools 접속하여 자신의 운영체제에 맞는 버전 클릭하여 다운로드
4-2. 다운로드 받은 뒤 압축풀기
4-3. 압축 푼뒤 내부에 contents.zip 폴더도 압축풀기
4-4. 설치된 'SpringToolSuite4' 실행
'스프링프레임워크 > 실습' 카테고리의 다른 글
[Springframework] STS 설치 이후 Spring Legacy project 없을 경우 해결방법 (0) | 2021.07.17 |
---|---|
[Springframework] 스프링 컨테이너 구동 및 테스트 (0) | 2020.12.11 |
[Springframework] 스프링 프로젝트 생성 (0) | 2020.12.11 |