'how src and href properly work in thymleaf?

I wrote following code in main-page.html

<a href="" class="arrow">
     <img th:src="@{/image/right-arrow.png}" alt="back">
</a>

but it said that no mapping

 No mapping for GET /image/right-arrow.png

why it is happening? It is also not working for css my resource files screen



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source