I have an object call product, inside of this i have an atribute call img, where i have the name of the img for example "gtav.jpg"
please click the links to see the images
Also there is my repository: https://github.com/Bryanzdruls/EcommerceSpringBoot/tree/master
I've tried to show the img and image of the error 404
This is my mysql table
this is my template (using thymeleaf) image of the template
also i have this structure proyect
As i know using thymeleaf is enough to put "th:src="@{images/(name Of the img)}"" but i dont know why is not working.
Pd: if i try to navigate using my browser to localhost:32426/images/gtav.jpg i get also a 404 error whitelabel error