Inserting an image from local directory in thymeleaf spring framework (with maven)
I want you to look into the Thymeleaf’s documentation of Standard URL Syntax and specifically the context-relative and server-relative url patterns. Context-relative URL: If you want to link resources inside your webapp then you should use context relative urls. These are URLs which are supposed to be relative to the web application root once it … Read more