How to minify JavaScript in Spring-MVC
1 answer
What version of spring are you using? Spring MVC 4.1 gives you support for minifying css and js out of the box. Check out the link for more information: https://spring.io/blog/2014/07/24/spring-framework-4-1-handling-static-web-resources
+5
source to share