2022-04-25(월)

Jeongyun Heo·2022년 4월 25일
0

handlebars

Thymeleaf : 서버 쪽에서 사용하는 html 렌더링 기술

jsp에서만 사용되는 독특한 방언...
방언을 Dialect 라고 한다.

Thymeleaf에도 방언이 있다.
jsp보다 훨씬 더 간결
handlebars랑 비슷함
th: Thymeleaf 약자

  // Thymeleaf 뷰 템플릿 추가
  implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
  // Undertow 서블릿 컨테이터 추가
  implementation 'org.springframework.boot:spring-boot-starter-undertow'

18번 보기

0개의 댓글