# STS 다운로드

## 홈페이지 접속

{% embed url="<https://spring.io/tools>" %}

<div align="left"><img src="/files/aCJwZYtN1E9jtbejFh5E" alt=""></div>

다운로드 된 jar 파일을 실행하면 압축이 해제된다.

1. 연결된 프로그램이 Java로 표시될 경우 더블 클릭하여 실행한다
2. 연결된 프로그램이 Java가 아닌 경우 Command Line에서 실행한다

   <mark style="color:red;">`java -jar spring-tool-suite-4-4.15.3.RELEASE-e4.24.0-win32.win32.x86_64.self-extracting.jar`</mark>

압축 해제된 경로에서 <mark style="color:blue;">`SpringToolSuite4.exe`</mark> 를 찾아 실행한다.

## STS 4 실행

<div align="left"><img src="/files/eWmiusBa40I8P73XMTQQ" alt=""></div>

실행 시 <mark style="color:blue;">`workspace`</mark>를 설정할 수 있는 창이 나오며, <mark style="color:blue;">`workspace`</mark>를 설정하면 로딩 화면이 나온 뒤 실행이 완료된다.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sysout.co.kr/web/back-end/spring-boot/sts-download.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
