如何处理 thymeleaf 中的链接内化?

How to deal with links internalization in thymeleaf?

下面的代码不起作用,link 就消失了

 <a th:text="#{login.signup}" href="/registration">Sign Up</a>

尝试使用 thymeleaf 定义链接的方式,其中:

th:href="@{/registration}"

More here