프레임워크/Spring

[Spring] 스프링 입문강의 [3] - 공식 참조 사이트

:) :) 2023. 5. 10. 00:52
 

[무료] 스프링 입문 - 코드로 배우는 스프링 부트, 웹 MVC, DB 접근 기술 - 인프런 | 강의

스프링 입문자가 예제를 만들어가면서 스프링 웹 애플리케이션 개발 전반을 빠르게 학습할 수 있습니다., - 강의 소개 | 인프런

www.inflearn.com

<김영한의 스프링 입문강의 참조>

 

 

1. Formal Spring Boot tutorial

https://docs.spring.io/spring-boot/docs/current/reference/html/

 

Spring Boot Reference Documentation

The reference documentation consists of the following sections: Legal Legal information. Getting Help Resources for getting help. Documentation Overview About the Documentation, First Steps, and more. Getting Started Introducing Spring Boot, System Require

docs.spring.io

C++ 에는 C++ reference가 있다면

Spring Boot 에는 Spring Boot Reference Doucuments가 있다.

 

모르는 것이 있으면 위에 적어놓은 메뉴얼에서 스스로 찾아보는게 좋다.

 

 

2. Thymeleaf Template Engine

 

 우리는 위 4가지 중 Thymeleaf를 사용할거다.