본문 바로가기
BackEnd/Spring

[Spring] Spring 설치 및 기본설정

by summer_light 2021. 8. 24.

Spring 설치 

 

https://github.com/spring-projects/toolsuite-distribution/wiki/Spring-Tool-Suite-3

 

GitHub - spring-projects/toolsuite-distribution: the distribution build for the Spring Tool Suite and the Groovy/Grails Tool Sui

the distribution build for the Spring Tool Suite and the Groovy/Grails Tool Suite - GitHub - spring-projects/toolsuite-distribution: the distribution build for the Spring Tool Suite and the Groovy/...

github.com

위 링크에 들어가면 깃 허브 홈페이지로 연결된다.

 

[Latest STS3 Downloads] 에서 Eclipse 버전과 맞는 window/mac/linux 파일을 다운로드 받으면 된다.

다운로드 된 압축 파일안의 폴더를 C드라이브로 옮겨주고 사용하면 된다. 

 

 

Spring 기본 설정

[Window] - [Preferences]

 

SHOW HEAP STATUS 체크
enc 를 검색해서 나오는 항목들의 encoding 방식을 모두 "UTF-8"로 바꾸어 준다. 
하단의 Servers 탭의 링크를 클릭하면 나오는 화면에서 톰캣9 설정하고 [Finish]
[Package Explorer] 우클릭 - New - Legacy Project

 

 

불러오기할 때 오류가 발생하는 경우(빨간 x) 프로젝트 우클릭 - Maven - Update project 에서 Force update of .. 체크 

https://mvnrepository.com/

 mariadb 검색, 버전 클릭
 Maven 탭의 코드를 복사한다.
pom.xml 코드의 <dependencies> 태그 안에 복사한 내용을 붙여넣기해주고, 저장을 누르면 알아서 해당 파일을 불러와준다. 실제 경로에도 다운로드가 되어 있다. 
프로젝트의 Properties에서 [Maven] - [Proejct Facets] - Java: "11"(컴퓨터에 설치되어 있는 버전)  으로 바꾸어 준다.

 

댓글