Published 2022. 7. 18. 09:54

- 타임리프 공식 사이트 

https://www.thymeleaf.org/

 

Thymeleaf

Integrations galore Eclipse, IntelliJ IDEA, Spring, Play, even the up-and-coming Model-View-Controller API for Java EE 8. Write Thymeleaf in your favourite tools, using your favourite web-development framework. Check out our Ecosystem to see more integrati

www.thymeleaf.org

 

- 스프링 공식 튜토리얼

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.1.6.RELEASE/reference/html/boot-features-developing-web-applications.html#boot-features-spring-mvc-template-engines

 

29. Developing Web Applications

The Spring Web MVC framework (often referred to as simply “Spring MVC”) is a rich “model view controller” web framework. Spring MVC lets you create special @Controller or @RestController beans to handle incoming HTTP requests. Methods in your contr

docs.spring.io

 

'타임리프' 카테고리의 다른 글

타임리프 유효성체크  (0) 2022.07.19
타임리프 서버 재시작 없이 view 파일 변경  (0) 2022.07.18
[타임리프] layout 설정  (2) 2022.07.15
타임리프 기본설정 문법  (0) 2022.07.08
복사했습니다!