Spring Boot Unable To Find The Images In /resources/static/images Folder
I am trying to load image in html like this
src. Resources placed in
src/main/resources/static
will be served from the root of your application. This means that src/main/resources/static/images/zep.png
will be served from /images/zep.png
.
Post a Comment for "Spring Boot Unable To Find The Images In /resources/static/images Folder"