본문 바로가기

Backend/Spring

[Spring] 스프링부트 활용하기

728x90

 

스프링부트는 기능이 매우 많고 광범위 하여 자신이 원하는 기능을 찾아내 쓰는 것이 중요하다

 

기능을 찾아내는 방법 

 

Spring사이트 접속 

https://spring.io

 

Spring makes Java simple.

Level up your Java code and explore what Spring can do for you.

spring.io

 

 

Project > Spring Boot 선택 

 

 

LEARN > version check > Reference Doc.

 

Spring Boot Features

메뉴얼에 있는 검색 기능을 적극 활용하여, 어떤 기능이 있는지 어떻게 활용하는지 참고하기

 

ex) 검색어 : welcome-page 

welcome page 제작 방법이 궁금할 때 , 

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

 

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

 

 

그 외 참고하면 좋을 사이트,

thymeleaf 템플릿 엔진

 

728x90