Accessing resources in JSP page of Spring MVC app

前端 未结 5 1359
迷失自我
迷失自我 2020-12-16 05:31

I am fairly new to spring and I am having issues with accessing my resources in my Spring mvc app. I have tried Google and using stack overflow to find an answer (none of th

5条回答
  •  春和景丽
    2020-12-16 05:59

    When using this:

    
    

    use this code in jsp :

    resources/My_CSS.css" rel="stylesheet"/>
    

    Look the difference. CAPS RESOURCES locates file path. and resources locates in web path

提交回复
热议问题