Thymeleaf PathVariable, Query String 사용 법 PathVariable: <a th:href="@{/user/{userId}/test(userId = ${data.userId})}"> QueryString <a th th:href="@{/user/details(userId=${data.userId})}"></a>