강의

멘토링

로드맵

Inflearn Community Q&A

jason's profile image
jason

asked

Spring for Beginners - Learn Spring Boot, Web MVC, and DB Access Technology with Code

View Settings

thymeleaf.org html 영상의 코드와 pdf 2장의 View 코드와 다르네요..

Written on

·

344

0

PDF 파일에는 View라는 코드는 아래 코드 밖에 없습니다

<html xmlns:th="http://www.thymeleaf.org">

<body>

<p th:text="'hello ' + ${name}">hello! empty</p>

</body>

</html>

 

혹시 10줄 인 영상이랑 같은 코드좀 공유해 주실 수 있으신가요?

javaspringmvcspring-boot

Answer 1

0

안녕하세요. 홍태경님, 공식 서포터즈 y2gcoder입니다.

도움을 드리고 싶지만 질문 내용만으로는 답변을 드리기 어렵습니다.

질문 내용이 포함된 강의 시간대를 알려주시겠어요?

View 환경설정 강의에 해당하는 강의자료 (v2024-01-20)를 확인해보면 8 페이지에 말씀하시는 10줄짜리 코드가 존재하는 것으로 보입니다!

image

감사합니다.

jason's profile image
jason

asked

Ask a question