🍃 Spring Boot
[Spring boot] Thymeleaf에서 동적 URL 생성하기
별이⭐
2024. 6. 5. 10:05
a 태그를 사용해서 /view?id=아이디
URL로 보내기
<a th:href="@{/view(id=${board.id})}"></a>