본문 바로가기
Programming/Spring

[Spring] 맥(Mac)에 STS(Spring Tool Suite) 설치하기

by z.1nee 2021. 2. 22.
SMALL

1. JDK가 설치 되어있는지 확인

터미널 > Java -version 입력

* JDK가 없는 경우 설치

JDK 다운로드 (http://www.oracle.com/technetwork/java/javase/downloads/index.html)

 

* Java 환경변수 설정

blog.naver.com/eunoia3jy/221620593012

 

 

 

2. STS 설치하기

spring.io/tools

 

Spring Tools 4 is the next generation of Spring tooling

Largely rebuilt from scratch, Spring Tools 4 provides world-class support for developing Spring-based enterprise applications, whether you prefer Eclipse, Visual Studio Code, or Theia IDE.

spring.io

* Eclipse, Visualstudio 등의 IDE에 따라 STS를 설치할 수 있음

 

 

댓글