[Spring Boot Tutorial] 5. Thymeleaf 템플릿 엔진 이용하기
Thymeleaf template engine? spring 기반 웹 애플리케이션의 뷰 페이지에서 html, xml, javascript, css, text 처리 후 웹 브라우저에 표시할 때 이용되는 템플릿 엔진의 일종으로 JSP보다 빠르다는 장점이 있습니다. ※ 이전과정에 이어서 진행됩니다. org.springframework.boot spring-boot-starter-thymeleaf org.thymeleaf.extras thymeleaf-extras-springsecurity5 이번 과정에서 타임리프 템플릿 이용을 위해 필요한 의존성 라이브러리는 위와 같습니다. thymeleaf 스타터 폼과 springsecurity 사용을 위한 라이브러리를 추가합니다. Layout Dialect는 이번 과정에서..
2019. 10. 21. 14:25