본문 바로가기
JS 프레임워크/Spring

[Eclipse] Spring 설치 / Marketplace 설치 및 수동 설치

by 두리두리안 2021. 4. 17.

 

 

 

[Help]→[Marketplace]으로 들어가기 

 

 

Spring을 입력 해도 나오지 않는다 이럴 경우 [수동 설치]를 해야 한다. 

 

 


 

 

 

 

오른쪽에 있는 [Add]를 누른다 .

 

 

이름을 입력후 자신의 이클립스 버전에 맞는 주소를 Location에 넣는다. 

Eclipse 버전에 맞는 Location 확인

 

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

for Eclipse Juno (3.8): http://dist.springsource.com/snapshot/TOOLS/nightly/e3.8

for Eclipse Indigo (3.7): http://dist.springsource.com/snapshot/TOOLS/nightly/e3.7

 

출처 : 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

※나는 이것도 되지 않아서  밑에 사이트에 들어가 그곳에 있는 주소를 이용 하였다. 

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

 

 


여러 곳에서 수동 설치시 무엇을 설치 해야 하는가를 보니 밑에 사진과 같이 설치 한걸 확인 후 

나도 똑같이 설치 하였다. 

 

 


[Next]를 눌러 준다. 

 

 


동의를 하고 마무리 한다. 

 

 


 

위와 같이 진행후 프로그램이 다운이 되는 과정이 있는다 이때 이클립스를 끄면 처음부터 진행 해야 한다. 

다운이 완료가 되면 Restart를 해주어야 하는데 이때 재시작을 해준다.

 

 


[Window]→[Preferences]에서 Spring이 있다면 정상적으로 설치가 완료 된것 이다. 

 

 

'JS 프레임워크 > Spring' 카테고리의 다른 글

[Spring] Eclipse MacketPlace를 통해 STS 설치  (0) 2021.06.27