Backend/Spring

Spring Framework 툴 다운로드 및 세팅

Ayel 2023. 5. 16. 14:00

 

 

스프링 프레임워크 툴 다운로드 및 세팅

 

 

https://spring.io/

 

Spring | Home

Cloud Your code, any cloud—we’ve got you covered. Connect and scale your services, whatever your platform.

spring.io

 

 

Spring > Projects > Spring Tools 4

 

 

다운로드 페이지 하단 > Spring Tool Suite 3 wiki

 

↓↓↓↓↓ 다운로드 페이지 ↓↓↓↓↓

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

 

Spring Tool Suite 3

the distribution build for the Spring Tool Suite and the Groovy/Grails Tool Suite - spring-attic/toolsuite-distribution

github.com

 

 

Spring Tool Suite 3.9.14 : 가장 안정적인 버전

 

 

다운로드 완료 후 압축 풀고 실행프로그램 실행 : STS

 

 


 

 

Spring 기본 세팅 : 언어 설정

 

 

Preferences > General > Workspace > Text file encoding

 

Other: UTF-8로 설정

 

 

Spring 기본 세팅 : Tomcat 설정

 

 

Preference > Server > Runtime Environment > Add 

* 기존 웹 서버 삭제

* Tomcat 동일하게 설정

https://developernew.tistory.com/92

 

JAVA Eclipse 웹 연동을 위한 설치 + Apache Tomcat

JAVA > SQL(DB) > HTML > JAVA와 DB 연동 > HTML과 JAVA 연동 Eclipse 설치 https://www.eclipse.org/downloads/packages/release Eclipse Packaging Project (EPP) Releases | Eclipse Packages www.eclipse.org 안정성 및 상용화 정도를 고려해 2020-0

developernew.tistory.com

 

 

Spring 내부 세팅

 

 

 

pageEncoding="UTF-8"

 

 


 

 

Spring 실행