You can generate the URL with
<a th:href="@{/hike/{id}/(id=${hike.id})}">SELECT</a>
or
<a th:href="@{|/hike/${hike.id}|}">SELECT</a>
CLICK HERE to find out more related problems solutions.
You can generate the URL with
<a th:href="@{/hike/{id}/(id=${hike.id})}">SELECT</a>
or
<a th:href="@{|/hike/${hike.id}|}">SELECT</a>
CLICK HERE to find out more related problems solutions.