Search code examples
htmlroutesthymeleafhrefspring-thymeleaf

Why thymeleaf link tag doesn't act like link just act like paragraph


The thymeleaf link is not working as a link

<a th:href="@{/greeting}">welcome greeting web page</a>

Solution

  • Like this file structure you can use thymeleaf or any routing

    Make sure to your html file is in the template folder of your spring boot Application