Add javascript and css file with spring mvc

 https://mkyong.com/spring-mvc/spring-mvc-how-to-include-js-or-css-files-in-a-jsp-page/


<mvc:resources mapping="/resources/**" location="/resources/"/>
<mvc:annotation-driven />
This should be together otherwise resouce mapping will not function. it should be in 
spring-servlet.xml file

Comments

Popular posts from this blog