I have got a spring boot project with a simple html page where i render my data.
I want to add an image to the html, but when I run application the image is not rendered, no matter where in project I put it to.
Is there a special place, you should put it to?
Currently my index.html is in src/resources/templates.