diff --git "a/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/1\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/\346\223\215\344\275\234\346\265\201\347\250\213.docx" "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/1\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/\346\223\215\344\275\234\346\265\201\347\250\213.docx"
new file mode 100644
index 0000000000000000000000000000000000000000..226afd8dc4e0617faca80542bc0645da9d24abdf
Binary files /dev/null and "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/1\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/\346\223\215\344\275\234\346\265\201\347\250\213.docx" differ
diff --git "a/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/1\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/\346\235\203\351\231\220\350\241\250.sql" "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/1\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/\346\235\203\351\231\220\350\241\250.sql"
new file mode 100644
index 0000000000000000000000000000000000000000..7bc2f187cd27c0dcd38bac35284bafe376f1c3d5
--- /dev/null
+++ "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/1\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/\346\235\203\351\231\220\350\241\250.sql"
@@ -0,0 +1,41 @@
+/*
+ Navicat Premium Data Transfer
+
+ Source Server : localhost
+ Source Server Type : MySQL
+ Source Server Version : 80030
+ Source Host : localhost:3306
+ Source Schema : mi
+
+ Target Server Type : MySQL
+ Target Server Version : 80030
+ File Encoding : 65001
+
+ Date: 18/12/2022 17:40:11
+*/
+
+SET NAMES utf8mb4;
+SET FOREIGN_KEY_CHECKS = 0;
+
+-- ----------------------------
+-- Table structure for 权限表
+-- ----------------------------
+DROP TABLE IF EXISTS `权限表`;
+CREATE TABLE `权限表` (
+ `ID` int(0) NOT NULL,
+ `名字` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL,
+ `电话` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL,
+ `性别` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL,
+ `日期` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL,
+ PRIMARY KEY (`ID`) USING BTREE
+) ENGINE = InnoDB CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci ROW_FORMAT = COMPACT;
+
+-- ----------------------------
+-- Records of 权限表
+-- ----------------------------
+INSERT INTO `权限表` VALUES (0, NULL, NULL, '男', NULL);
+INSERT INTO `权限表` VALUES (1, '旺旺', '001', '男', '2002');
+INSERT INTO `权限表` VALUES (3, '赵六', '003', '女', '2004');
+INSERT INTO `权限表` VALUES (4, '七八', '004', '女', '2005');
+
+SET FOREIGN_KEY_CHECKS = 1;
diff --git "a/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/.idea/.gitignore" "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/.idea/.gitignore"
new file mode 100644
index 0000000000000000000000000000000000000000..35410cacdc5e87f985c93a96520f5e11a5c822e4
--- /dev/null
+++ "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/.idea/.gitignore"
@@ -0,0 +1,8 @@
+# 默认忽略的文件
+/shelf/
+/workspace.xml
+# 基于编辑器的 HTTP 客户端请求
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git "a/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/.idea/compiler.xml" "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/.idea/compiler.xml"
new file mode 100644
index 0000000000000000000000000000000000000000..9d8f3423886370ed8613e7fddaea1935a55bbcef
--- /dev/null
+++ "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/.idea/compiler.xml"
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/.idea/encodings.xml" "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/.idea/encodings.xml"
new file mode 100644
index 0000000000000000000000000000000000000000..aa00ffab7828f4818589659c804ec2cfd99baed3
--- /dev/null
+++ "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/.idea/encodings.xml"
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/.idea/jarRepositories.xml" "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/.idea/jarRepositories.xml"
new file mode 100644
index 0000000000000000000000000000000000000000..cce8e0f5ffcc4d6b1b9c5149eca38188dab4e1b1
--- /dev/null
+++ "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/.idea/jarRepositories.xml"
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/.idea/misc.xml" "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/.idea/misc.xml"
new file mode 100644
index 0000000000000000000000000000000000000000..ae456c813e952fb16cd3e10a33fe9f4add420ed7
--- /dev/null
+++ "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/.idea/misc.xml"
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/pom.xml" "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/pom.xml"
new file mode 100644
index 0000000000000000000000000000000000000000..192b1d9fbe998d1deffe5ba21a108af956cc0bb2
--- /dev/null
+++ "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/pom.xml"
@@ -0,0 +1,78 @@
+
+
+
+ 4.0.0
+
+ cn.edu.spring
+ Spring
+ 1.0-SNAPSHOT
+ war
+
+ Spring Maven Webapp
+
+ http://www.example.com
+
+
+ UTF-8
+ 1.7
+ 1.7
+
+
+
+
+ junit
+ junit
+ 4.11
+ test
+
+
+
+ org.springframework
+ spring-context
+ 5.3.18
+
+
+ junit
+ junit
+ 4.12
+
+
+
+
+ Spring
+
+
+
+ maven-clean-plugin
+ 3.1.0
+
+
+
+ maven-resources-plugin
+ 3.0.2
+
+
+ maven-compiler-plugin
+ 3.8.0
+
+
+ maven-surefire-plugin
+ 2.22.1
+
+
+ maven-war-plugin
+ 3.2.2
+
+
+ maven-install-plugin
+ 2.5.2
+
+
+ maven-deploy-plugin
+ 2.8.2
+
+
+
+
+
diff --git "a/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/src/main/java/cn/edu/spring/Animal.java" "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/src/main/java/cn/edu/spring/Animal.java"
new file mode 100644
index 0000000000000000000000000000000000000000..8c0403b613678def4e1b2514b4f45f71a6f72ae6
--- /dev/null
+++ "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/src/main/java/cn/edu/spring/Animal.java"
@@ -0,0 +1,4 @@
+package cn.edu.spring;
+
+public interface Animal {
+}
diff --git "a/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/src/main/java/cn/edu/spring/Context.java" "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/src/main/java/cn/edu/spring/Context.java"
new file mode 100644
index 0000000000000000000000000000000000000000..d779486f30f1d90be370e30494d5144090e999ff
--- /dev/null
+++ "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/src/main/java/cn/edu/spring/Context.java"
@@ -0,0 +1,41 @@
+package cn.edu.spring;
+
+public class Context {
+
+ private Animal animal;
+ private Tiger tiger;
+ private Tom tom;
+
+ public Animal getAnimal() {
+ return animal;
+ }
+
+ public void setAnimal(Animal animal) {
+ this.animal = animal;
+ }
+
+ public Tiger getTiger() {
+ return tiger;
+ }
+
+ public void setTiger(Tiger tiger) {
+ this.tiger = tiger;
+ }
+
+ public Tom getTom() {
+ return tom;
+ }
+
+ public void setTom(Tom tom) {
+ this.tom = tom;
+ }
+
+
+ public String toString() {
+ return "Context{" +
+ "animal=" + animal +
+ ", tiger=" + tiger +
+ ", tom=" + tom +
+ '}';
+ }
+}
diff --git "a/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/src/main/java/cn/edu/spring/Tiger.java" "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/src/main/java/cn/edu/spring/Tiger.java"
new file mode 100644
index 0000000000000000000000000000000000000000..024535651e1691de2fcb918e69a541ce823fdff4
--- /dev/null
+++ "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/src/main/java/cn/edu/spring/Tiger.java"
@@ -0,0 +1,4 @@
+package cn.edu.spring;
+
+public class Tiger implements Animal {
+}
diff --git "a/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/src/main/java/cn/edu/spring/Tom.java" "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/src/main/java/cn/edu/spring/Tom.java"
new file mode 100644
index 0000000000000000000000000000000000000000..97ba24837bbea4b9978dcb201ed9efc632a8a712
--- /dev/null
+++ "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/src/main/java/cn/edu/spring/Tom.java"
@@ -0,0 +1,4 @@
+package cn.edu.spring;
+
+public class Tom implements Animal{
+}
diff --git "a/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/src/main/java/cn/edu/spring/test.java" "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/src/main/java/cn/edu/spring/test.java"
new file mode 100644
index 0000000000000000000000000000000000000000..8702bd4f53e0294c1889783cefe9c92289fef650
--- /dev/null
+++ "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/src/main/java/cn/edu/spring/test.java"
@@ -0,0 +1,35 @@
+package cn.edu.spring;
+
+import org.junit.Test;
+import org.springframework.context.ApplicationContext;
+import org.springframework.context.support.ClassPathXmlApplicationContext;
+
+public class test {
+
+ @Test
+ public void test01(){
+ ApplicationContext ac=new ClassPathXmlApplicationContext("beans.xml");
+ Context context= (Context) ac.getBean("context");
+ System.out.println(context);
+ ((ClassPathXmlApplicationContext)ac).close();
+
+ }
+
+ @Test
+ public void test02() {
+
+
+ try {
+ ApplicationContext ac=new ClassPathXmlApplicationContext("beanss.xml");
+ Context context= (Context) ac.getBean("context");
+ System.out.println(context);
+ ((ClassPathXmlApplicationContext)ac).close();
+ }catch (Exception e){
+ System.out.println(e);
+
+ }
+
+
+
+ }
+}
diff --git "a/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/src/main/resources/beans.xml" "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/src/main/resources/beans.xml"
new file mode 100644
index 0000000000000000000000000000000000000000..03635403a32d5c1bc642a27821c8ee3dca7d5a5d
--- /dev/null
+++ "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/src/main/resources/beans.xml"
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/src/main/resources/beanss.xml" "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/src/main/resources/beanss.xml"
new file mode 100644
index 0000000000000000000000000000000000000000..7bf1e73164389d587ebc553515c7451a145ec996
--- /dev/null
+++ "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/src/main/resources/beanss.xml"
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/src/main/webapp/WEB-INF/web.xml" "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/src/main/webapp/WEB-INF/web.xml"
new file mode 100644
index 0000000000000000000000000000000000000000..9f88c1f9632445500e3b3688fe477b860f77d8f2
--- /dev/null
+++ "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/src/main/webapp/WEB-INF/web.xml"
@@ -0,0 +1,7 @@
+
+
+
+ Archetype Created Web Application
+
diff --git "a/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/src/main/webapp/index.jsp" "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/src/main/webapp/index.jsp"
new file mode 100644
index 0000000000000000000000000000000000000000..c38169bb958579c635a5c09ee2f379cc5956c0c2
--- /dev/null
+++ "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/src/main/webapp/index.jsp"
@@ -0,0 +1,5 @@
+
+
+Hello World!
+
+
diff --git "a/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/target/classes/beans.xml" "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/target/classes/beans.xml"
new file mode 100644
index 0000000000000000000000000000000000000000..03635403a32d5c1bc642a27821c8ee3dca7d5a5d
--- /dev/null
+++ "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/target/classes/beans.xml"
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/target/classes/beanss.xml" "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/target/classes/beanss.xml"
new file mode 100644
index 0000000000000000000000000000000000000000..7bf1e73164389d587ebc553515c7451a145ec996
--- /dev/null
+++ "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/target/classes/beanss.xml"
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/target/classes/cn/edu/spring/Animal.class" "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/target/classes/cn/edu/spring/Animal.class"
new file mode 100644
index 0000000000000000000000000000000000000000..b56f77a5597fd1074395a3424d2fe4db4b8fc0f7
Binary files /dev/null and "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/target/classes/cn/edu/spring/Animal.class" differ
diff --git "a/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/target/classes/cn/edu/spring/Context.class" "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/target/classes/cn/edu/spring/Context.class"
new file mode 100644
index 0000000000000000000000000000000000000000..0fb154f6f486e32da2a1a110c1bb1ec8999ec1b3
Binary files /dev/null and "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/target/classes/cn/edu/spring/Context.class" differ
diff --git "a/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/target/classes/cn/edu/spring/Tiger.class" "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/target/classes/cn/edu/spring/Tiger.class"
new file mode 100644
index 0000000000000000000000000000000000000000..39684856b02d3f7e42349a431b5fcefd65aa6ec5
Binary files /dev/null and "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/target/classes/cn/edu/spring/Tiger.class" differ
diff --git "a/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/target/classes/cn/edu/spring/Tom.class" "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/target/classes/cn/edu/spring/Tom.class"
new file mode 100644
index 0000000000000000000000000000000000000000..44da94f7c9036259f2449631ce1d2628f26da363
Binary files /dev/null and "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/target/classes/cn/edu/spring/Tom.class" differ
diff --git "a/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/target/classes/cn/edu/spring/test.class" "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/target/classes/cn/edu/spring/test.class"
new file mode 100644
index 0000000000000000000000000000000000000000..00268ad788351dedad95959dca5df2f08f53bd76
Binary files /dev/null and "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring02/target/classes/cn/edu/spring/test.class" differ
diff --git "a/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/byname\350\277\220\350\241\214\346\210\252\345\233\276.png" "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/byname\350\277\220\350\241\214\346\210\252\345\233\276.png"
new file mode 100644
index 0000000000000000000000000000000000000000..b685a9d240ee620bb69784b0c364916b69104931
Binary files /dev/null and "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/byname\350\277\220\350\241\214\346\210\252\345\233\276.png" differ
diff --git "a/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/bytype\350\277\220\350\241\214\346\210\252\345\233\276.png" "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/bytype\350\277\220\350\241\214\346\210\252\345\233\276.png"
new file mode 100644
index 0000000000000000000000000000000000000000..9de6d493885a541f48902903d859eb55792a482b
Binary files /dev/null and "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/2\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/bytype\350\277\220\350\241\214\346\210\252\345\233\276.png" differ
diff --git "a/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/.idea/.gitignore" "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/.idea/.gitignore"
new file mode 100644
index 0000000000000000000000000000000000000000..35410cacdc5e87f985c93a96520f5e11a5c822e4
--- /dev/null
+++ "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/.idea/.gitignore"
@@ -0,0 +1,8 @@
+# 默认忽略的文件
+/shelf/
+/workspace.xml
+# 基于编辑器的 HTTP 客户端请求
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git "a/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/.idea/compiler.xml" "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/.idea/compiler.xml"
new file mode 100644
index 0000000000000000000000000000000000000000..b8db462ffdda945bd0ac86f3a0702b63ef2a3e91
--- /dev/null
+++ "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/.idea/compiler.xml"
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/.idea/encodings.xml" "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/.idea/encodings.xml"
new file mode 100644
index 0000000000000000000000000000000000000000..63574ec0afb84f7375a0ec33a00da97c7de2310b
--- /dev/null
+++ "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/.idea/encodings.xml"
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/.idea/jarRepositories.xml" "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/.idea/jarRepositories.xml"
new file mode 100644
index 0000000000000000000000000000000000000000..cce8e0f5ffcc4d6b1b9c5149eca38188dab4e1b1
--- /dev/null
+++ "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/.idea/jarRepositories.xml"
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/.idea/misc.xml" "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/.idea/misc.xml"
new file mode 100644
index 0000000000000000000000000000000000000000..ae456c813e952fb16cd3e10a33fe9f4add420ed7
--- /dev/null
+++ "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/.idea/misc.xml"
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/pom.xml" "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/pom.xml"
new file mode 100644
index 0000000000000000000000000000000000000000..215e4b7a35c6e1a29aab1343b18d3c96a58b6bc8
--- /dev/null
+++ "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/pom.xml"
@@ -0,0 +1,78 @@
+
+
+
+ 4.0.0
+
+ cn.edu.spring
+ Spring03
+ 1.0-SNAPSHOT
+ war
+
+ Spring03 Maven Webapp
+
+ http://www.example.com
+
+
+ UTF-8
+ 1.7
+ 1.7
+
+
+
+
+ junit
+ junit
+ 4.11
+ test
+
+
+
+ org.springframework
+ spring-context
+ 5.3.18
+
+
+ junit
+ junit
+ 4.12
+
+
+
+
+ Spring03
+
+
+
+ maven-clean-plugin
+ 3.1.0
+
+
+
+ maven-resources-plugin
+ 3.0.2
+
+
+ maven-compiler-plugin
+ 3.8.0
+
+
+ maven-surefire-plugin
+ 2.22.1
+
+
+ maven-war-plugin
+ 3.2.2
+
+
+ maven-install-plugin
+ 2.5.2
+
+
+ maven-deploy-plugin
+ 2.8.2
+
+
+
+
+
diff --git "a/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/src/main/java/cn/tedu/spring/Demo.java" "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/src/main/java/cn/tedu/spring/Demo.java"
new file mode 100644
index 0000000000000000000000000000000000000000..2faf5764faa713f5f13f0777fae182470dcd1563
--- /dev/null
+++ "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/src/main/java/cn/tedu/spring/Demo.java"
@@ -0,0 +1,31 @@
+package cn.tedu.spring;
+
+public class Demo {
+
+ private String name;
+ private int age;
+
+ public String getName() {
+ return name;
+ }
+
+ public void setName(String name) {
+ this.name = name;
+ }
+
+ public int getAge() {
+ return age;
+ }
+
+ public void setAge(int age) {
+ this.age = age;
+ }
+
+ @Override
+ public String toString() {
+ return "Test01{" +
+ "name='" + name + '\'' +
+ ", age=" + age +
+ '}';
+ }
+}
diff --git "a/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/src/main/java/cn/tedu/spring/Test.java" "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/src/main/java/cn/tedu/spring/Test.java"
new file mode 100644
index 0000000000000000000000000000000000000000..d848fc935c3a9d150e49be1cafe5e1c8b71b747c
--- /dev/null
+++ "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/src/main/java/cn/tedu/spring/Test.java"
@@ -0,0 +1,15 @@
+package cn.tedu.spring;
+
+import org.springframework.context.ApplicationContext;
+import org.springframework.context.support.ClassPathXmlApplicationContext;
+
+public class Test {
+
+ @org.junit.Test
+ public void test(){
+ ApplicationContext ac=new ClassPathXmlApplicationContext("beans.xml");
+ Demo d=(Demo)ac.getBean("demo");
+ System.out.println(d);
+ ((ClassPathXmlApplicationContext)ac).close();
+ }
+}
diff --git "a/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/src/main/resources/beans.xml" "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/src/main/resources/beans.xml"
new file mode 100644
index 0000000000000000000000000000000000000000..c94cc8cbc1d53f6914b9f00d5691cecb54ed5f97
--- /dev/null
+++ "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/src/main/resources/beans.xml"
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/src/main/resources/demo.properties" "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/src/main/resources/demo.properties"
new file mode 100644
index 0000000000000000000000000000000000000000..44cc7de2b8490d052947ee18aea72768fc53d6b9
--- /dev/null
+++ "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/src/main/resources/demo.properties"
@@ -0,0 +1,2 @@
+name="李四"
+age=18
\ No newline at end of file
diff --git "a/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/src/main/webapp/WEB-INF/web.xml" "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/src/main/webapp/WEB-INF/web.xml"
new file mode 100644
index 0000000000000000000000000000000000000000..9f88c1f9632445500e3b3688fe477b860f77d8f2
--- /dev/null
+++ "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/src/main/webapp/WEB-INF/web.xml"
@@ -0,0 +1,7 @@
+
+
+
+ Archetype Created Web Application
+
diff --git "a/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/src/main/webapp/index.jsp" "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/src/main/webapp/index.jsp"
new file mode 100644
index 0000000000000000000000000000000000000000..c38169bb958579c635a5c09ee2f379cc5956c0c2
--- /dev/null
+++ "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/src/main/webapp/index.jsp"
@@ -0,0 +1,5 @@
+
+
+Hello World!
+
+
diff --git "a/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/target/classes/beans.xml" "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/target/classes/beans.xml"
new file mode 100644
index 0000000000000000000000000000000000000000..c94cc8cbc1d53f6914b9f00d5691cecb54ed5f97
--- /dev/null
+++ "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/target/classes/beans.xml"
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/target/classes/cn/tedu/spring/Demo.class" "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/target/classes/cn/tedu/spring/Demo.class"
new file mode 100644
index 0000000000000000000000000000000000000000..f4078dd696dc96439476774e5ad5ea934b889e9b
Binary files /dev/null and "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/target/classes/cn/tedu/spring/Demo.class" differ
diff --git "a/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/target/classes/cn/tedu/spring/Test.class" "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/target/classes/cn/tedu/spring/Test.class"
new file mode 100644
index 0000000000000000000000000000000000000000..2994cc20e1fa48ff348dec9eba983191637654a0
Binary files /dev/null and "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/target/classes/cn/tedu/spring/Test.class" differ
diff --git "a/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/target/classes/demo.properties" "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/target/classes/demo.properties"
new file mode 100644
index 0000000000000000000000000000000000000000..44cc7de2b8490d052947ee18aea72768fc53d6b9
--- /dev/null
+++ "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/Spring03/target/classes/demo.properties"
@@ -0,0 +1,2 @@
+name="李四"
+age=18
\ No newline at end of file
diff --git "a/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/\350\277\220\350\241\214\346\210\252\345\233\276.png" "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/\350\277\220\350\241\214\346\210\252\345\233\276.png"
new file mode 100644
index 0000000000000000000000000000000000000000..490cc898964152ec5b0e12f168ebb53052f75cd9
Binary files /dev/null and "b/\351\227\253\345\271\277\351\241\272-20202501398-\344\275\234\344\270\232\357\274\21027\347\217\255-\345\205\250\357\274\211/3\344\275\234\344\270\232-20202501398-\351\227\253\345\271\277\351\241\272/\350\277\220\350\241\214\346\210\252\345\233\276.png" differ