Published 2020. 9. 29. 20:27
728x90
반응형

1. eclipse에서 plugin sts 설치해서 사용
Eclipse Marketplace > sts검색 > (이때 Add-On 버젼은 설치XXX)
pivotal사의 최근 스프링 관련 정책
① 기존에 쓰던 스프링 프로젝트 spring legacy project(권장 안함)
② spring starter project/spring boot(밀고있음, 내부 설정 다 해주기때문에 쉬움)
새로나온 4버전에는 legacy project사용 못해서 plugin 형식으로 3버전을 설치해서 사용하도록 되어있음
(-> 이게 Add-On버전임)

 

 

2. sts별도의 독립된 툴 사용

http://github.com/spring-projects/sts4/wiki/Previous-Versions

Spring Tools 4.6.2
full distribution on Eclipse 4.15

http://download.springsource.com/release/STS4/4.6.2.RELEASE/dist/e4.15/spring-tool-suite-4-4.6.2.RELEASE-e4.15.0-win32.win32.x86_64.self-extracting.jar (jar파일 release해서 사용할 예정)

다운로드 후 dev 폴더 밑으로 이동시키기
> dev 폴더의 주소창에서 cmd치고 엔터(cmd 창 켜기)
> C:\dev>spring-tool-suite-4-4.6.2.RELEASE-e4.15.0-win32.win32.x86_64.self-extracting.jar

(spring대충 치고 tab키 누르면 자동완성됨 .jar 꼭 확인하기!) 실행시키기

> sts-4.6.2.RELEASE > springToolSuite4.exe실행

> workspace 생성 후 launch > 맨 오른쪽 위에 Open Perspective 클릭 > Java EE 혹은 Spring
> Show View > Package Explorer/Spring Explorer(bean으로 잘 등록됐는지 확인 가능)

/Navigator & Outline/Servers & Markers/Problems/Error Log/Properties/

 


sts 기본적인 인코딩 설정

> Preferences > General > Workspace > Text file encoding > Other: UTF-8 > Apply
> Preferences > General > Editors > Text Editors > Spelling > Default: UTF-8 > Apply
> Preferences > General > JSON > JSON Files > Encoding: ISO 10646/Unicode(UTF-8) > Apply
> Preferences > General > Web > CSS Files > Encoding: ISO 10646/Unicode(UTF-8) > Apply
> Preferences > General > Web > HTML Files > Encoding: ISO 10646/Unicode(UTF-8) > Apply
> Preferences > General > Web > JSP Files > Encoding: ISO 10646/Unicode(UTF-8) > Apply
> Help > Install New Software... > https://download.emmet.io/eclips/update/  > Add... > Name: emmet > Add... 

> Preferences > Emmet > 맨 뒤에 , jsp 추가해주기 > Apply
> Help > Eclipse Marketplace > sts 검색 > Add-on 확인하고 설치 > Confirm 
> 두 번째꺼 선택 Update my installation to be compatible with the items begin installed > confirm > accept (sts 4번전인데 3버전 일부도 사용 가능)

 

반응형
복사했습니다!