객체 Thymeleaf(Spring Boot)의 속성에 액세스하는 방법
12월 21일'21
설명: 6
정답: 1
1
내 사이트의 현재 출력...
이 페이지는 개인 페이지입니다--선택 사항[사용자(id=111, 사용자 이름=Juan Lopez, 비밀번호=Juani123, 게시물=Hoy es un gran dia)]
원하는 결과는'후안 로페즈'라는 이름이 나오는 거예요.
내 HTML(흉선엽)...<html lang="en" xmlns:th="http://www.thymeleaf.org">
<head>
<title>Personal Profile</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
<body>
<div class="positionlist" th:unless="${#lists.isEmpty(personalUser)}">
…
Open Full Question
Reference
이 문제에 관하여(객체 Thymeleaf(Spring Boot)의 속성에 액세스하는 방법), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://dev.to/xavifontv/how-can-i-access-a-property-of-my-object-thymeleaf-spring-boot-11lc
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
<html lang="en" xmlns:th="http://www.thymeleaf.org">
<head>
<title>Personal Profile</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
<body>
<div class="positionlist" th:unless="${#lists.isEmpty(personalUser)}">
Reference
이 문제에 관하여(객체 Thymeleaf(Spring Boot)의 속성에 액세스하는 방법), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/xavifontv/how-can-i-access-a-property-of-my-object-thymeleaf-spring-boot-11lc텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)