I am using thymeleaf along with springboot
I am not able to view any images in my HTML file. I have tried all different ways of doing
the same in thymeleaf but no luck.
Here is my project folder structure
src
└─── main
└─── resources
├─── templates
├─── css
└─── images
In HTML File i use:
<img src="/src/main/resources/static/image.png" alt="images">