-
[Springboot] 스프링부트 개요Server/Spring Boot 2023. 1. 18. 10:31728x90반응형
공식홈페이지 학습에 대해서 천천히 읽어보면서 번역한 글을 작성합니다.
본 내용의 링크를 남깁니다.
https://spring.io/projects/spring-boot
Spring Boot
Commercial support Business support from Spring experts during the OSS timeline, plus extended support after OSS End-Of-Life. Publicly available releases for critical bugfixes and security issues when requested by customers.
spring.io
Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run".
스프링 부트는 쉽게 독립적인 장치를 만들기 위해 사용하고, 단지 실행할수 있는 운영등급의 스프링 기반의 어플리케이션이다.
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.
우리는 당신이 최소한의 노력으로 시작할 수 있도록 명확하게 스프링 플랫폼과 서드파티 라이브러리의 사용을 한다.
If you’re looking for information about a specific version, or instructions about how to upgrade from an earlier release, check out the project release notes section on our wiki.
당신이 특정버전의 정보나, 이전 릴리스로부터 업그레이드 하는 방법을 찾는다면, 우리의 위키에서 그 프로젝트의 릴리스 노트 부분을 확인해봐라.
728x90반응형'Server > Spring Boot' 카테고리의 다른 글
MapStruct 의 @Mapping 사용 방법을 알아보자! (1) 2025.04.16 MapStruct 의 @Mapper 사용에 대해 알아보자! (0) 2025.04.16 [Springboot] 엔티티와 DTO 간 변환시 MapStruct 사용해야 하는 이유? (0) 2025.04.16 [Springboot] 외부 HTTP 호출 Retry와 재처리 전략 (1) 2025.04.15 Springboot Timezone(타임존) 에 대해 알아보자! (1) 2025.04.15