board/list.html ( 목록 출력 ) > SPRING_DATA_JPA

본문 바로가기
사이트 내 전체검색

SPRING_DATA_JPA

board/list.html ( 목록 출력 )

페이지 정보

profile_image
작성자 관리자
댓글 0건 조회 155회 작성일 24-06-18 13:43

본문

<!DOCTYPE html>

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

      xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"

      layout:decorate="~{include/layout.html}">

<body>

<div layout:fragment="content">

<br>


<center>

<h1>LIST</h1>

<table width="700" border="1">

<tr>

<th width="50">No</th>

<th width="50">bno</th>

<th width="*">제목</th>

<th width="80">작성자</th>

<th width="80">날짜</th>

</tr>

<tr th:each="dto : ${result.dtoList}">

<td align="center">NO</td>

<td align="center">[[${dto.bno}]]</td>

<td>[[${dto.title}]]</td>

<td align="center">[[${dto.writer}]]</td>

<td align="center">[[${#temporals.format(dto.regDate, 'yyyy-MM-dd')}]]</td>

</tr>

</table>

</center>


<br>

</div>

</body>

</html>

댓글목록

등록된 댓글이 없습니다.

회원로그인

회원가입

사이트 정보

공지사항
자유게시판
질문답변
1:1문의

 

별명 : 터푸가위
주소 : 부산시 동래구 명장로20번길 90
대표 : 박규태
메일 : dancepkt@******.com

접속자집계

오늘
101
어제
501
최대
10,760
전체
275,631
Copyright © dancePKT . All rights reserved.