Thymeleaf / Loading image from DTO
Hello guys, I'm trying to make a profile manager for any user that is successfully identified, I can render every user datas in my template except for my image, in my inspector it says
The image comes from my DTO and it's persisted in my database and I have implemented my getters and setters properly but I still don't know why it doesn't work.
In my browser it obviously shows
Here's my code in my template :
the image can't loadThe image comes from my DTO and it's persisted in my database and I have implemented my getters and setters properly but I still don't know why it doesn't work.
In my browser it obviously shows
Image de profilHere's my code in my template :