thymeleaf循環&url引用(th:each/href)

<ul th:each="school : ${schools}"> <a th:href="@{${school.schoolurl}}"><li th:text="${school.schoolname}">學校</li></a> </ul> 這裏渲染進來的url前面是帶localhost:8080的,至於怎麼坐到去除前面的自帶端口號我還不知道,下次更新吧web
相關文章
相關標籤/搜索