> For the complete documentation index, see [llms.txt](https://docs.sysout.co.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sysout.co.kr/web/back-end/spring-boot.md).

# Spring Boot

## Spring Boot란

{% embed url="<https://spring.io/projects/spring-boot#overview>" %}
공식 documentation
{% endembed %}

> Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run".
>
> *Spring Boot를 사용하면 "단순 실행"이 가능한 독립형 프로덕션 등급 애플리케이션을 쉽게 만들 수 있습니다*
>
> We take an opinionated view of the Spring platform and third-party libraries so you can get started with minimum fuss. Most Spring Boot applications need minimal Spring configuration.
>
> *우리는 당신이 최소한의 호들갑으로 시작할 수 있도록 Spring Platform과 제3자 라이브러리에 대한 가장 좋은 선택 방법을 가지고 있습니다.*
>
> ***Spring Boot Reference***

Spring Boot는 기존의 Spring을 효율적으로 사용할 수 있도록 최적화 및 간소화한 Framework이다. Spring과 독립적인 버전 체계를 가지며, Spring Boot를 위한 전용 의존성을 따로 관리한다. 또한 자주 사용하는 3자 라이브러리에 대한 버전도 관리한다.

## 사용 환경

* Java JDK 11
* Eclipse STS 4
* Apache Tomcat 9
* Maven
* Lombok
