Not displaying images in Spring MVC

后端 未结 6 709
闹比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:48

    If you want to keep the static resources outside the WEB-INF folders in your web root and want the container to handle the static resource requests, you should add this to your application context file:

    
    

    The suggestion by @BeauGrantham to add resources mapping will also work.

提交回复
热议问题