diff --git "a/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/1\344\275\234\344\270\232-\347\216\213\346\227\255-20202501379.sql" "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/1\344\275\234\344\270\232-\347\216\213\346\227\255-20202501379.sql"
new file mode 100644
index 0000000000000000000000000000000000000000..b226d0bac694cc5ba175c6c9d5ad38a80e758abe
--- /dev/null
+++ "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/1\344\275\234\344\270\232-\347\216\213\346\227\255-20202501379.sql"
@@ -0,0 +1,19 @@
+
+DROP TABLE IF EXISTS `PREMISSIONS`;
+CREATE TABLE IF NOT EXISTS `PREMISSIONS`(
+ID VARCHAR(20),
+名字 VARCHAR(20),
+电话 VARCHAR(20),
+性别 VARCHAR(10),
+日期 VARCHAR(20)
+);
+INSERT INTO `PREMISSIONS` VALUES("001","王旭","12306002545","男","2022-12-12");
+INSERT INTO `PREMISSIONS` VALUES("002","阿飞","12315465156","男","2000-12-10");
+INSERT INTO `PREMISSIONS` VALUES("003","小九","56756165455","男","2001-12-03");
+INSERT INTO `PREMISSIONS` VALUES("004","张飞","35456123124","女","2001-10-14");
+INSERT INTO `PREMISSIONS` (性别) VALUE("女");
+
+UPDATE `PREMISSIONS` SET 名字="小八" WHERE(名字="小九");
+UPDATE `PREMISSIONS` SET 性别="女" WHERE(名字="王旭");
+
+DELETE FROM `PREMISSIONS` WHERE(电话="35456123124");
diff --git "a/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/.idea/.gitignore" "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/.idea/.gitignore"
new file mode 100644
index 0000000000000000000000000000000000000000..13566b81b018ad684f3a35fee301741b2734c8f4
--- /dev/null
+++ "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/.idea/.gitignore"
@@ -0,0 +1,8 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Editor-based HTTP Client requests
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git "a/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/.idea/compiler.xml" "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/.idea/compiler.xml"
new file mode 100644
index 0000000000000000000000000000000000000000..f1ef7ba2136aface829ac6ead69570a5868df5bc
--- /dev/null
+++ "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/.idea/compiler.xml"
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/.idea/encodings.xml" "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/.idea/encodings.xml"
new file mode 100644
index 0000000000000000000000000000000000000000..aa00ffab7828f4818589659c804ec2cfd99baed3
--- /dev/null
+++ "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/.idea/encodings.xml"
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/.idea/jarRepositories.xml" "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/.idea/jarRepositories.xml"
new file mode 100644
index 0000000000000000000000000000000000000000..712ab9d985c20018a0c97b93d2148ac1ffe588a5
--- /dev/null
+++ "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/.idea/jarRepositories.xml"
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/.idea/junitgenerator-prj-settings.xml" "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/.idea/junitgenerator-prj-settings.xml"
new file mode 100644
index 0000000000000000000000000000000000000000..1ba16f9c56a23fab658c7199d0c1867f742ed263
--- /dev/null
+++ "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/.idea/junitgenerator-prj-settings.xml"
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/.idea/misc.xml" "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/.idea/misc.xml"
new file mode 100644
index 0000000000000000000000000000000000000000..79a352f1e92a127a65b42ab6185343abcbe656e0
--- /dev/null
+++ "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/.idea/misc.xml"
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/.idea/uiDesigner.xml" "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/.idea/uiDesigner.xml"
new file mode 100644
index 0000000000000000000000000000000000000000..2b63946d5b31084bbb7dda418ceb3d75eb686373
--- /dev/null
+++ "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/.idea/uiDesigner.xml"
@@ -0,0 +1,124 @@
+
+
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+
+
+ -
+
+
+ -
+
+
+
+
+
\ No newline at end of file
diff --git "a/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/pom.xml" "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/pom.xml"
new file mode 100644
index 0000000000000000000000000000000000000000..7188057c87f642095fd493d00d5254b7e471e28f
--- /dev/null
+++ "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/pom.xml"
@@ -0,0 +1,32 @@
+
+ 4.0.0
+ org.example
+ wx2
+ war
+ 1.0-SNAPSHOT
+ wx2 Maven Webapp
+ http://maven.apache.org
+
+
+ junit
+ junit
+ 3.8.1
+ test
+
+
+ org.springframework
+ spring-context
+ 5.3.18
+
+
+ junit
+ junit
+ 4.13.2
+ compile
+
+
+
+ wx2
+
+
diff --git "a/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/src/main/java/add/Dog.java" "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/src/main/java/add/Dog.java"
new file mode 100644
index 0000000000000000000000000000000000000000..7acf727218eb4cc890125291d8670027b1ed715c
--- /dev/null
+++ "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/src/main/java/add/Dog.java"
@@ -0,0 +1,7 @@
+package add;
+
+import org.springframework.stereotype.Component;
+
+@Component
+public class Dog {
+}
diff --git "a/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/src/main/java/wxwork2/All.java" "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/src/main/java/wxwork2/All.java"
new file mode 100644
index 0000000000000000000000000000000000000000..8b15b48ffa0507dec8a4c286aa4f7bee0bf27fe3
--- /dev/null
+++ "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/src/main/java/wxwork2/All.java"
@@ -0,0 +1,30 @@
+package wxwork2;
+
+public class All {
+ private Tom tom;
+ private Dog dog;
+
+ public Tom getTom() {
+ return tom;
+ }
+
+ public void setTom(Tom tom) {
+ this.tom = tom;
+ }
+
+ public Dog getDog() {
+ return dog;
+ }
+
+ public void setDog(Dog dog) {
+ this.dog = dog;
+ }
+
+ @Override
+ public String toString() {
+ return "All{" +
+ "tom=" + tom +
+ ", dog=" + dog +
+ '}';
+ }
+}
diff --git "a/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/src/main/java/wxwork2/Dog.java" "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/src/main/java/wxwork2/Dog.java"
new file mode 100644
index 0000000000000000000000000000000000000000..4a960b1c8b2c22f7f4f4dc8e20e14be22c2a4b84
--- /dev/null
+++ "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/src/main/java/wxwork2/Dog.java"
@@ -0,0 +1,7 @@
+package wxwork2;
+
+import org.springframework.stereotype.Component;
+
+@Component
+public class Dog {
+}
diff --git "a/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/src/main/java/wxwork2/Test00.java" "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/src/main/java/wxwork2/Test00.java"
new file mode 100644
index 0000000000000000000000000000000000000000..347737dea83b76d24f3459ac88c98d21077a4872
--- /dev/null
+++ "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/src/main/java/wxwork2/Test00.java"
@@ -0,0 +1,19 @@
+package wxwork2;
+
+import org.junit.Test;
+import org.springframework.context.ApplicationContext;
+import org.springframework.context.support.ClassPathXmlApplicationContext;
+
+public class Test00 {
+
+ @Test
+ public void test01()
+ {
+ ApplicationContext ac=
+ new ClassPathXmlApplicationContext("applicationContext.xml");
+ All a=(All)ac.getBean("allin");
+ System.out.println(a);
+
+ ((ClassPathXmlApplicationContext)ac).close();
+ }
+}
diff --git "a/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/src/main/java/wxwork2/Tom.java" "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/src/main/java/wxwork2/Tom.java"
new file mode 100644
index 0000000000000000000000000000000000000000..527ec8bcf3b0025fff151cb0df5e90ed615da9ec
--- /dev/null
+++ "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/src/main/java/wxwork2/Tom.java"
@@ -0,0 +1,7 @@
+package wxwork2;
+
+import org.springframework.stereotype.Component;
+
+@Component
+public class Tom {
+}
diff --git "a/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/src/main/resources/applicationContext.xml" "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/src/main/resources/applicationContext.xml"
new file mode 100644
index 0000000000000000000000000000000000000000..31af72c20f887c35a049c489bc783c67671e26eb
--- /dev/null
+++ "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/src/main/resources/applicationContext.xml"
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/src/main/webapp/WEB-INF/web.xml" "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/src/main/webapp/WEB-INF/web.xml"
new file mode 100644
index 0000000000000000000000000000000000000000..9f88c1f9632445500e3b3688fe477b860f77d8f2
--- /dev/null
+++ "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/src/main/webapp/WEB-INF/web.xml"
@@ -0,0 +1,7 @@
+
+
+
+ Archetype Created Web Application
+
diff --git "a/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/src/main/webapp/index.jsp" "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/src/main/webapp/index.jsp"
new file mode 100644
index 0000000000000000000000000000000000000000..c38169bb958579c635a5c09ee2f379cc5956c0c2
--- /dev/null
+++ "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/src/main/webapp/index.jsp"
@@ -0,0 +1,5 @@
+
+
+Hello World!
+
+
diff --git "a/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/target/classes/add/Dog.class" "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/target/classes/add/Dog.class"
new file mode 100644
index 0000000000000000000000000000000000000000..0500f60dd5ef4d6355884f061c89fe36887d2ce0
Binary files /dev/null and "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/target/classes/add/Dog.class" differ
diff --git "a/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/target/classes/applicationContext.xml" "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/target/classes/applicationContext.xml"
new file mode 100644
index 0000000000000000000000000000000000000000..31af72c20f887c35a049c489bc783c67671e26eb
--- /dev/null
+++ "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/target/classes/applicationContext.xml"
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/target/classes/wxwork2/All.class" "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/target/classes/wxwork2/All.class"
new file mode 100644
index 0000000000000000000000000000000000000000..4d309e35d0209dcf143dbd9e75c02e1c2ec0ff07
Binary files /dev/null and "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/target/classes/wxwork2/All.class" differ
diff --git "a/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/target/classes/wxwork2/Dog.class" "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/target/classes/wxwork2/Dog.class"
new file mode 100644
index 0000000000000000000000000000000000000000..d1f5b82d09d9036b707a7a8b22a3f9f779cf108f
Binary files /dev/null and "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/target/classes/wxwork2/Dog.class" differ
diff --git "a/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/target/classes/wxwork2/Test00.class" "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/target/classes/wxwork2/Test00.class"
new file mode 100644
index 0000000000000000000000000000000000000000..1d2fb4f53bb754e8677bc2abc627fbf6ec194799
Binary files /dev/null and "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/target/classes/wxwork2/Test00.class" differ
diff --git "a/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/target/classes/wxwork2/Tom.class" "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/target/classes/wxwork2/Tom.class"
new file mode 100644
index 0000000000000000000000000000000000000000..d8aa3968fbfa816e2bd4c19175fc2b521fa3a002
Binary files /dev/null and "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx2/target/classes/wxwork2/Tom.class" differ
diff --git "a/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/.idea/.gitignore" "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/.idea/.gitignore"
new file mode 100644
index 0000000000000000000000000000000000000000..13566b81b018ad684f3a35fee301741b2734c8f4
--- /dev/null
+++ "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/.idea/.gitignore"
@@ -0,0 +1,8 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Editor-based HTTP Client requests
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git "a/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/.idea/compiler.xml" "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/.idea/compiler.xml"
new file mode 100644
index 0000000000000000000000000000000000000000..87d466f1c95800d499c4deadc455cde8d9747c38
--- /dev/null
+++ "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/.idea/compiler.xml"
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/.idea/encodings.xml" "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/.idea/encodings.xml"
new file mode 100644
index 0000000000000000000000000000000000000000..63574ec0afb84f7375a0ec33a00da97c7de2310b
--- /dev/null
+++ "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/.idea/encodings.xml"
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/.idea/jarRepositories.xml" "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/.idea/jarRepositories.xml"
new file mode 100644
index 0000000000000000000000000000000000000000..712ab9d985c20018a0c97b93d2148ac1ffe588a5
--- /dev/null
+++ "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/.idea/jarRepositories.xml"
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/.idea/junitgenerator-prj-settings.xml" "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/.idea/junitgenerator-prj-settings.xml"
new file mode 100644
index 0000000000000000000000000000000000000000..1ba16f9c56a23fab658c7199d0c1867f742ed263
--- /dev/null
+++ "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/.idea/junitgenerator-prj-settings.xml"
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/.idea/misc.xml" "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/.idea/misc.xml"
new file mode 100644
index 0000000000000000000000000000000000000000..79a352f1e92a127a65b42ab6185343abcbe656e0
--- /dev/null
+++ "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/.idea/misc.xml"
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/.idea/uiDesigner.xml" "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/.idea/uiDesigner.xml"
new file mode 100644
index 0000000000000000000000000000000000000000..2b63946d5b31084bbb7dda418ceb3d75eb686373
--- /dev/null
+++ "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/.idea/uiDesigner.xml"
@@ -0,0 +1,124 @@
+
+
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+
+
+ -
+
+
+ -
+
+
+
+
+
\ No newline at end of file
diff --git "a/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/pom.xml" "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/pom.xml"
new file mode 100644
index 0000000000000000000000000000000000000000..fb0a0cbf689d8ffb1e7a7c29316a4e891807db2c
--- /dev/null
+++ "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/pom.xml"
@@ -0,0 +1,47 @@
+
+ 4.0.0
+ org.example
+ wx3
+ war
+ 1.0-SNAPSHOT
+ wx3 Maven Webapp
+ http://maven.apache.org
+
+
+
+
+ org.slf4j
+ slf4j-log4j12
+ 1.7.21
+ test
+
+
+
+ junit
+ junit
+ 3.8.1
+ test
+
+
+ junit
+ junit
+ 4.13.2
+ compile
+
+
+ org.springframework
+ spring-context
+ 5.3.18
+
+
+ org.testng
+ testng
+ 7.7.0
+
+
+
+ wx3
+
+
+
diff --git "a/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/src/main/java/wxwork3/Demo.java" "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/src/main/java/wxwork3/Demo.java"
new file mode 100644
index 0000000000000000000000000000000000000000..4e50d379abe8c1896e594898be5f4c4c14f31770
--- /dev/null
+++ "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/src/main/java/wxwork3/Demo.java"
@@ -0,0 +1,20 @@
+package wxwork3;
+
+import org.springframework.beans.factory.annotation.Value;
+import org.springframework.context.annotation.PropertySource;
+import org.springframework.stereotype.Component;
+
+@Component
+@PropertySource(value="classpath:demo.properties", encoding="UTF-8")
+public class Demo {
+
+ @Value("${name}")
+ private String name;
+
+ @Override
+ public String toString() {
+ return "Demo{" +
+ "name='" + name + '\'' +
+ '}';
+ }
+}
diff --git "a/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/src/main/java/wxwork3/Test00.java" "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/src/main/java/wxwork3/Test00.java"
new file mode 100644
index 0000000000000000000000000000000000000000..d92f990c625c7fd4846d6dc3fa1341e8d1dd45b1
--- /dev/null
+++ "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/src/main/java/wxwork3/Test00.java"
@@ -0,0 +1,17 @@
+package wxwork3;
+
+import org.junit.Test;
+import org.springframework.context.ApplicationContext;
+import org.springframework.context.support.ClassPathXmlApplicationContext;
+
+public class Test00 {
+
+ @Test
+ public void text01()
+ {
+ ApplicationContext ac=new ClassPathXmlApplicationContext("applicationContext.xml");
+ Demo demo=(Demo) ac.getBean("demo");
+ System.out.println(demo);
+ ((ClassPathXmlApplicationContext)ac).close();
+ }
+}
diff --git "a/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/src/main/resources/applicationContext.xml" "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/src/main/resources/applicationContext.xml"
new file mode 100644
index 0000000000000000000000000000000000000000..519ab7743dc5a56f210917ace31ebddb6eeee7ea
--- /dev/null
+++ "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/src/main/resources/applicationContext.xml"
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/src/main/resources/demo.properties" "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/src/main/resources/demo.properties"
new file mode 100644
index 0000000000000000000000000000000000000000..0d43903671980d96ac7f2870737cd430bd3e2153
--- /dev/null
+++ "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/src/main/resources/demo.properties"
@@ -0,0 +1 @@
+name=王旭
\ No newline at end of file
diff --git "a/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/src/main/resources/log4j.properties" "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/src/main/resources/log4j.properties"
new file mode 100644
index 0000000000000000000000000000000000000000..9d3b04600f8f2708585c900a9abf5cc78b85008b
--- /dev/null
+++ "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/src/main/resources/log4j.properties"
@@ -0,0 +1,15 @@
+log4j.rootLogger=INFO, stdout
+
+log4j.appender.stdout=org.apache.log4j.ConsoleAppender
+
+log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
+
+log4j.appender.stdout.layout.ConversionPattern=%d %p [%c] - %m%n
+
+log4j.appender.logfile=org.apache.log4j.FileAppender
+
+log4j.appender.logfile.File=target/spring.log
+
+log4j.appender.logfile.layout=org.apache.log4j.PatternLayout
+
+log4j.appender.logfile.layout.ConversionPattern=%d %p [%c] - %m%n
\ No newline at end of file
diff --git "a/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/src/main/webapp/WEB-INF/web.xml" "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/src/main/webapp/WEB-INF/web.xml"
new file mode 100644
index 0000000000000000000000000000000000000000..9f88c1f9632445500e3b3688fe477b860f77d8f2
--- /dev/null
+++ "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/src/main/webapp/WEB-INF/web.xml"
@@ -0,0 +1,7 @@
+
+
+
+ Archetype Created Web Application
+
diff --git "a/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/src/main/webapp/index.jsp" "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/src/main/webapp/index.jsp"
new file mode 100644
index 0000000000000000000000000000000000000000..c38169bb958579c635a5c09ee2f379cc5956c0c2
--- /dev/null
+++ "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/src/main/webapp/index.jsp"
@@ -0,0 +1,5 @@
+
+
+Hello World!
+
+
diff --git "a/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/target/classes/applicationContext.xml" "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/target/classes/applicationContext.xml"
new file mode 100644
index 0000000000000000000000000000000000000000..519ab7743dc5a56f210917ace31ebddb6eeee7ea
--- /dev/null
+++ "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/target/classes/applicationContext.xml"
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/target/classes/demo.properties" "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/target/classes/demo.properties"
new file mode 100644
index 0000000000000000000000000000000000000000..0d43903671980d96ac7f2870737cd430bd3e2153
--- /dev/null
+++ "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/target/classes/demo.properties"
@@ -0,0 +1 @@
+name=王旭
\ No newline at end of file
diff --git "a/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/target/classes/log4j.properties" "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/target/classes/log4j.properties"
new file mode 100644
index 0000000000000000000000000000000000000000..9d3b04600f8f2708585c900a9abf5cc78b85008b
--- /dev/null
+++ "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/target/classes/log4j.properties"
@@ -0,0 +1,15 @@
+log4j.rootLogger=INFO, stdout
+
+log4j.appender.stdout=org.apache.log4j.ConsoleAppender
+
+log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
+
+log4j.appender.stdout.layout.ConversionPattern=%d %p [%c] - %m%n
+
+log4j.appender.logfile=org.apache.log4j.FileAppender
+
+log4j.appender.logfile.File=target/spring.log
+
+log4j.appender.logfile.layout=org.apache.log4j.PatternLayout
+
+log4j.appender.logfile.layout.ConversionPattern=%d %p [%c] - %m%n
\ No newline at end of file
diff --git "a/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/target/classes/wxwork3/Demo.class" "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/target/classes/wxwork3/Demo.class"
new file mode 100644
index 0000000000000000000000000000000000000000..8f94c181113bc6fd56841d20393f092bec333e0e
Binary files /dev/null and "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/target/classes/wxwork3/Demo.class" differ
diff --git "a/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/target/classes/wxwork3/Test00.class" "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/target/classes/wxwork3/Test00.class"
new file mode 100644
index 0000000000000000000000000000000000000000..97357f84d0f16d6ebeb8942f8df80e9dc7cddf38
Binary files /dev/null and "b/20202501379-\347\216\213\346\227\255-\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-20202501379-\347\216\213\346\227\255/wx3/target/classes/wxwork3/Test00.class" differ