개발(Web)/Web

[Spring/STS] 스프링 설치 (2)

shinyelee 2020. 10. 22. 00:49
 

스프링(Spring/STS) 설치 (1)

0. Spring Tools 설치 * 아래 글에서 계속. 스프링(Spring/STS) 설치 (2) 00. 개발환경 세팅 (1)" data-og-description="0. Spring Tools 설치" data-og-host="shinye0213.tistory.com" data-og-source-url="h..

shinye0213.tistory.com

위 글에서 이어짐.

Ⅰ. Spring 패키지 설정

Create a project... → Spring → Spring Legacy Project → Next.
Project name 설정 → Templates는 Spring MVC Project → Next.
Yes.
임의로 패키지 지정 후 Finish. 나는 com.플젝이름.test 형식으로 지정했다.
기다리자.
우측 하단에 아무것도 안 뜨면 설치가 완료된 것이다.


Ⅱ. Spring 기본 설정

Window → Preferences.
Java → Compiler → Compiler compliance level 1.8로 변경 → Apply.
Yes.
General → Show heap status 체크(안해도 노상관) → Apply.
Web → CSS Files → Encoding UTF-8로 변경 → Apply.
HTML Files 인코딩도 5번과 동일.
JSP Files 인코딩도 똑같음.
프로젝트 우클릭 → Properties.
Java Compiler → 체크박스 해제 → Compiler compliance level 1.8로 변경 → Apply.
Yes.
Project Facets  Java Version 1.8로 변경 → Apply and Close.

* 아래 글에서 계속.

 

스프링(Spring/STS) 설치 (3)

00. 개발환경 세팅 (2)" data-og-description="00. 개발환경 세팅 (1)" data-og-description="0. Spring Tools 설치" data-og-host="shinye0213.tistory.com" data-og-source-url="https://shinye0213.tistory.co..

shinye0213.tistory.com

반응형