[Spring Boot | Thymeleaf] 타임리프 th:utext="" 이전 글 2023.02.06 - [Java & Spring/Spring Boot] - [Spring Boot | Thymeleaf] 타임리프 사용방법 및 시작하기 2023.02.08 - [Java & Spring/Spring Boot] - [Spring Boot | Thymeleaf] Model, ModelAndView와 타임리프(Thymeleaf) 서버에서 html태그를 사용한 문자열을 전달 받을 수도 있습니다. 이전에 사용했던 th:text로 html태그가 담긴 데이터를 표현하면 어떻게 될까요? 빠르게 결과부터 보겠습니다. th.text로 표현했을 때의 결과 Controller와 html파일을 생성하여 세팅해줍니다. Exam..