기록해! 정리해!

thymeleaf - getBoardList 링크 본문

SpringBoot

thymeleaf - getBoardList 링크

zsuling 2022. 10. 14. 11:18

1. getBoardList 에 링크걸기

 <td><a th:href="@{/getBoard.do(sno=${m.sno})}" 
        th:text="${m.sname}"></a></td>

* 속성 앞에는 th를 붙혀 thymeleaf태그를 붙혀줘야함

  @뒤에 이동할 위치를 써준다

  괄호안에는 값을 적어준다

 

-여러개 넘기기

 

결과)

 

'SpringBoot' 카테고리의 다른 글

thymeleaf - getBoard 수정하기 + 순번  (0) 2022.10.14
thymeleaf - getBoard 상세보기+delete  (0) 2022.10.14
thymeleaf - getBoardList  (0) 2022.10.14
thymeleaf - hello  (0) 2022.10.14
myBatis2 (7)- 자료실(사진삭제, space.jpg)  (0) 2022.10.13
Comments