본문 바로가기

IT

STS 간단 설치 후 실행환경 설정 (for Eclipse, window64)

반응형

작성일 기준 sts 버전은 4.11.1 입니다.

sts 설치전 java 1.8 버전을 먼저 설치하시기 바랍니다.

 

1. 접속주소 : https://spring.io/tools

 

Spring Tools 4 is the next generation of Spring tooling

Largely rebuilt from scratch, Spring Tools 4 provides world-class support for developing Spring-based enterprise applications, whether you prefer Eclipse, Visual Studio Code, or Theia IDE.

spring.io

 

2. Spring Tools 4 for Eclipse 하단 설치할 PC OS 해당 링크 클릭(64bit 환경 기준) 하면 다운로드 시작됨

 

    4.11.1 - LINUX X86_64
    4.11.1 - MACOS X86_64
    4.11.1 - WINDOWS X86_64 <-- (윈도우 64bit 환경이면 선택)

 

3. spring-tool-suite-4-4.11.1.......cting.jar 파일 압축 풀기

 

4. 압축 풀린파일 중 contents.zip 을 STS 설치경로로 이동하여 다시 압축풀기 

    ex) C:\dev  또는 D:\dev

 

5. 설치경로(압축해제위치) 아래 SpringToolSuite4.exe 실행

 

6. workspace 폴더 지정 

   기본값으로 지정하지말고 설치경로 아래 'workspace' 폴더를 생성하여 지정하는것을 권장

   ex) C:\dev\workspace

   체크박스 옵션을 체크하여 workspace 폴더 선택창이 다시 뜨지 않도록 하는것을 권장

 

7. 한글사용을 고려한  환경설정 (UTF-8)

    STS 상단 메뉴 windows > Preferences 선택

    Preferences 창 좌측 분류항목에서 General>Workspace 선택

    Text file encoding Other > UTF-8 선택 후 Apply and Close 

 

반응형