From 4ebeb99911eeec2f02b5ad40a3f243a1e7c20bf4 Mon Sep 17 00:00:00 2001 From: Rokon Uddin Ahmed Date: Mon, 23 Oct 2017 12:09:16 +0600 Subject: [PATCH] Update README.md (#2829) --- handling-spring-static-resources/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/handling-spring-static-resources/README.md b/handling-spring-static-resources/README.md index d8f64bc427..c12e0272d4 100644 --- a/handling-spring-static-resources/README.md +++ b/handling-spring-static-resources/README.md @@ -1,3 +1,4 @@ ### Relevant Articles: - [Cachable Static Assets with Spring MVC](http://www.baeldung.com/cachable-static-assets-with-spring-mvc) - [Minification of JS and CSS Assets with Maven](http://www.baeldung.com/maven-minification-of-js-and-css-assets) +- [Serve Static Resources with Spring](http://www.baeldung.com/spring-mvc-static-resources)