From 4546832db52fc0318eab3c67abb5df5be2afd4fe Mon Sep 17 00:00:00 2001 From: vaibhav9962 Date: Sun, 27 Jun 2021 17:45:20 +0530 Subject: [PATCH] Change in path for spring-tx.xsd suggested --- 26 springmvc/src/main/webapp/WEB-INF/telusko-servlet.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/26 springmvc/src/main/webapp/WEB-INF/telusko-servlet.xml b/26 springmvc/src/main/webapp/WEB-INF/telusko-servlet.xml index 7b77fd9..8e0cc3e 100644 --- a/26 springmvc/src/main/webapp/WEB-INF/telusko-servlet.xml +++ b/26 springmvc/src/main/webapp/WEB-INF/telusko-servlet.xml @@ -10,7 +10,7 @@ http://www.springframework.org/schema/beans/spring-beans-2.5.xsd http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd http://www.springframework.org/schema/tx -http://www.springframework.org/schema/mvc/spring-tx.xsd +http://www.springframework.org/schema/tx/spring-tx.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd">