hubring

Spring Boot Documentation 본문

Spring Boot

Spring Boot Documentation

Hubring 2020. 8. 4. 21:48

공식 문서 URL 

https://spring.io/projects/spring-boot#learn

 

Spring Boot

Get support Spring Runtime offers support and binaries for OpenJDK™, Spring, and Apache Tomcat® in one simple subscription. Learn more

spring.io

 

사용중인 버전의 문서를 선택하여 참고

 

 

 

Spring boot 2.3.2 버전 Spring Features

https://docs.spring.io/spring-boot/docs/2.3.2.RELEASE/reference/html/spring-boot-features.html#boot-features

 

Spring Boot Features

Graceful shutdown is supported with all four embedded web servers (Jetty, Reactor Netty, Tomcat, and Undertow) and with both reactive and Servlet-based web applications. It occurs as part of closing the application context and is performed in the earliest

docs.spring.io

 

Spring MVC 가이드 문서

https://spring.io/guides/gs/serving-web-content/

 

Serving Web Content with Spring MVC

this guide is designed to get you productive as quickly as possible and using the latest Spring project releases and techniques as recommended by the Spring team

spring.io

https://docs.spring.io/spring-boot/docs/2.3.1.RELEASE/reference/html/spring-boot-features.html#boot-features-spring-mvc-template-engines

 

Spring Boot Features

Graceful shutdown is supported with all four embedded web servers (Jetty, Reactor Netty, Tomcat, and Undertow) and with both reactive and Servlet-based web applications. It occurs as part of closing the application context and is performed in the earliest

docs.spring.io

 

 

정적 컨텐츠

직접 접근 가능한 정적컨텐츠 (프로그래밍 할 수 없음)

https://docs.spring.io/spring-boot/docs/2.3.1.RELEASE/reference/html/spring-boot-features.html#boot-features-spring-mvc-static-content

 

Spring Boot Features

Graceful shutdown is supported with all four embedded web servers (Jetty, Reactor Netty, Tomcat, and Undertow) and with both reactive and Servlet-based web applications. It occurs as part of closing the application context and is performed in the earliest

docs.spring.io

 

 

 

 

 

'Spring Boot' 카테고리의 다른 글

[JAVA] Exception 처리  (0) 2020.08.31
직접 빌드하기  (0) 2020.08.04
IntelliJ Gradle 대신 자바 직접 실행  (0) 2020.08.04
Spring boot - Security  (0) 2020.07.23
Spring boot - properties 분리  (0) 2020.07.14