From a20345b64518f616705d346a7398b09be5898a37 Mon Sep 17 00:00:00 2001 From: Chenx221 Date: Tue, 6 Jun 2023 00:46:53 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'project2/src/main/resourc?= =?UTF-8?q?es/applicationContext.xml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/applicationContext.xml | 32 +++++++++++++++++-- 1 file changed, 29 insertions(+), 3 deletions(-) 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