From 92e7ab43be740bde896b1a6738535f61bb341b49 Mon Sep 17 00:00:00 2001 From: michaelisvy Date: Fri, 28 Nov 2014 12:45:57 +0900 Subject: [PATCH] Simplified ContentNegoViewResolver config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Now using namespace, much simpler (11 lines instead of 27) - Just a minor issue with: (should investigate later if we can remove “url” attribute --- src/main/resources/spring/mvc-view-config.xml | 56 ++++++------------- 1 file changed, 18 insertions(+), 38 deletions(-) diff --git a/src/main/resources/spring/mvc-view-config.xml b/src/main/resources/spring/mvc-view-config.xml index 4413f0195..205f7ffce 100644 --- a/src/main/resources/spring/mvc-view-config.xml +++ b/src/main/resources/spring/mvc-view-config.xml @@ -2,51 +2,31 @@ - + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - - - -