thymeleaf获取项⽬路径
<p th:text=${salecode}></p>
<a th:href="${#Scheme()+'://'+#ServerName()+':'+#ServerPort()+#ContextPath()+'/icon/'+salecode } " ></a>
thyme效果图如下:
插⼊⼀段本地不需要加上项⽬名称,在正式环境下服务器下需要加上项⽬名称的判断,免得本地和服务
器上都改来改去,有时候忘记改了,就gg了:
<a class="item" th:each="taopiao,u : ${list}" th:if="${#ServerPort()} ne 8080" th:href="'/fastbuytickets/purchase?id='+${taopiao.productId}">
服务器调测
</a>
<a class="item" th:each="taopiao,u : ${list}" th:if="${#ServerPort()} eq 8080" th:href="'/purchasetest?id='+${taopiao.productId}">
本地调测
</a>
⾃⼰当笔记⽤,不给坏⼈⽤

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。