Not displaying images in Spring MVC

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

    If Using annotation then make sure to user

    
    

    with resources

    
    

    else annotaion controller will not work

提交回复
热议问题