diff --git a/project2/src/main/resources/applicationContext.xml b/project2/src/main/resources/applicationContext.xml index 142def2..52bc2d5 100644 --- a/project2/src/main/resources/applicationContext.xml +++ b/project2/src/main/resources/applicationContext.xml @@ -1,6 +1,32 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns:context="http://www.springframework.org/schema/context" + xsi:schemaLocation=" + http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd"> - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file