img not showing using Thymeleaf and Springboot
With Boot's default configuration, your images (and other static content), need to be beneath src/main/resources/static
. For example, to serve content from /images
put the files in src/main/resources/static/images