스프링 툴 4.14 버전을 다운로드 해준다.
스프링 설치가 완료됐으면 환경 설정을 할 차!
1. Web Browser
Window -> Preperence -> 크롬 기본값으로 변경
2. General
show heap status 체크
3. Java >> Compiler
JDK Compliance level 11로 변경
4. General >> Editors >> Text Editors
show line numbers 체크
5. General >> workspace
Text file encoding other체크 후 UTF-8로 변경
파일 새로 만들때 Spring Starter Project, Import Spring Getting Started Content, Spring Legacy Project 이렇게 3개가 있으면 정상적인 설치가 완료된 것을 확인할 수 있다!
'spring · spring boot' 카테고리의 다른 글
[spring] 스프링과 db 연결하기 (0) | 2023.12.03 |
---|---|
[spring] 스프링 MySQL Connector/J와 톰캣 설치하기 (1) | 2023.12.03 |
[spring] Spring Legacy project를 사용하는 이유 (0) | 2023.12.03 |
[spring] TDD 주도개발과 스프링 프로젝트 만들기 (1) | 2023.12.03 |
Spring Framework 개념/특징/기능 정리 (2) | 2023.11.21 |