how to map css and js file from jsp file in spring mvc

前端 未结 2 1353
夕颜
夕颜 2021-01-26 01:59

I am new to Spring mvc. I want to add css and js files in jsp. It\'s a spring mvc framework. This is my spring-dispatcher-servlet.xml code



        
2条回答
  •  盖世英雄少女心
    2021-01-26 02:35

    Well it looks like your resource mapping is not correct, your css and js files are under "/resources" folder right? then the mapping should be

    
    

    The inclusion of the elements in the view have been answered multiple times in stackoverflow itself. You can refer unable to use resources like css/js in spring mvc or How to include js and CSS in JSP with spring MVC

提交回复
热议问题