728x90
스프링부트는 기능이 매우 많고 광범위 하여 자신이 원하는 기능을 찾아내 쓰는 것이 중요하다
기능을 찾아내는 방법
Spring사이트 접속
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 제작 방법이 궁금할 때 ,
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 템플릿 엔진
- thymeleaf 공식 사이트: https://www.thymeleaf.org/
- 스프링 공식 튜토리얼: https://spring.io/guides/gs/serving-web-content/
- 스프링부트 메뉴얼: https://docs.spring.io/spring-boot/docs/2.3.1.RELEASE/reference/html/spring-boot-features.html#boot-features-spring-mvc-template-engines
728x90
'Backend > Spring' 카테고리의 다른 글
[Spring] 회원관리 예제-1) 도메인과 레포지토리 (0) | 2021.09.07 |
---|---|
[Spring] 웹개발 기초(정적,MVC,API) (0) | 2021.09.01 |
[Spring]정적, 동적 페이지 동작원리 (0) | 2021.08.31 |
[Spring] 프로젝트 환경설정 & 빌드 (0) | 2021.08.29 |
[Mac] M1 Java11설치 (0) | 2021.08.29 |