# 13. 빌드 시스템 by sh

## Part III. Spring Boot 사용하기

이 절에서는 Spring Boot 사용법에 대해 자세히 설명합니다. 빌드 시스템, 자동 구성 및 응용 프로그램 실행 방법과 같은 주제를 다룹니다. 또한 Spring Boot 모범 사례에 대해서도 다룹니다. Spring Boot (특히 여러분이 사용할 수있는 또 다른 라이브러리)는 특별히 특별한 것은 없지만, 따라 할 때 개발 프로세스를 좀 더 쉽게 만들어 줄 수있는 몇 가지 권장 사항이 있습니다.

스프링 부트로 시작한다면 이 섹션으로 들어가기 전에 [*Getting Started*](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#getting-started)  가이드를 읽어야 할 것입니다.

### 13. 빌드 시스템

[*dependency management*](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#using-boot-dependency-management)를 지원하고 "Maven Central"저장소에 게시 된 아티팩트를 사용할 수있는 빌드 시스템을 선택하는 것이 좋습니다. **Maven 또는 Gradle을 선택하는 것이 좋습니다. Spring Boot가 다른 빌드 시스템 (예 : Ant)과 함께 작동하게하는 것은 가능하지만 특별히 잘 지원되지는 않습니다.**


---

# 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://wannaqueen.gitbook.io/spring5/spring-boot/undefined/13..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.
