Not displaying images in Spring MVC

后端 未结 6 701
闹比i
闹比i 2020-12-16 04:07

I know this question has been asked many times, but I\'m not able to figure out what the problem is. I have the images folder under the src/main/webapp folder (this a maven

6条回答
  •  执念已碎
    2020-12-16 04:37

    You just need to add a reference your image folder on Spring MVC configuration file

    WEB-INF/spring-context.xml:

    
    

提交回复
热议问题