Spring MVC: Resources

Spring-MVC-Resources
One of the most frequent questions which I receive from my blog readers is how to use css and javascript files in application with Spring MVC. So it’s a good opportunity to write an article about usage of resources in Spring MVC. As usually I will use java based configuration approach.


Source : http://www.javacodegeeks.com/2013/08/spring-mvc-resources.html

Back to Top