diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/1\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/\344\275\234\344\270\2321-20202501460-\351\231\210\345\256\207\347\220\246.sql" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/1\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/\344\275\234\344\270\2321-20202501460-\351\231\210\345\256\207\347\220\246.sql" new file mode 100644 index 0000000000000000000000000000000000000000..baf1841d28f5e38415fe9fa3cf0d8ebab63343b1 --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/1\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/\344\275\234\344\270\2321-20202501460-\351\231\210\345\256\207\347\220\246.sql" @@ -0,0 +1,21 @@ +CREATE DATABASE MI DEFAULT CHARACTER SET utf8; + +CREATE TABLE 权限表 +( + id INT(10) DEFAULT NULL, + 名字 VARCHAR(10) DEFAULT NULL, + 电话 VARCHAR(20) DEFAULT NULL, + 性别 VARCHAR(10) DEFAULT NULL, + 日期 VARCHAR(20) DEFAULT NULL +) ENGINE INNODB CHARSET='utf8' + +INSERT INTO 权限表(id,名字,电话,性别,日期) VALUES(01,"陈宇琦","00000","女","2022-12-18"), +(02,"阿丽亚","11111","女","2022-12-17"), +(03,"杜丽","22222","女","2022-12-16"), +(04,"佳佳","33333","女","2022-12-15"), +(05,"夏雨","44444","女","2022-12-14"); + +UPDATE 权限表 SET 名字="晓玲" WHERE 名字="陈宇琦" +UPDATE 权限表 SET 性别="男" WHERE 名字="佳佳" + +DELETE FROM 权限表 WHERE 电话="44444" \ No newline at end of file diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/.gitignore" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/.gitignore" new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/inspectionProfiles/Project_Default.xml" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/inspectionProfiles/Project_Default.xml" new file mode 100644 index 0000000000000000000000000000000000000000..6560a98983ec708cf9d8b5c5c3776d7bd39c475b --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/inspectionProfiles/Project_Default.xml" @@ -0,0 +1,36 @@ + + + + \ No newline at end of file diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/libraries/lib.xml" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/libraries/lib.xml" new file mode 100644 index 0000000000000000000000000000000000000000..984802300ae260179384e7d69a7e502ee5e7b9b0 --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/libraries/lib.xml" @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/misc.xml" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/misc.xml" new file mode 100644 index 0000000000000000000000000000000000000000..bf84b09d32a8b07cab44b9fa203c43294ebc0251 --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/misc.xml" @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/modules.xml" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/modules.xml" new file mode 100644 index 0000000000000000000000000000000000000000..c9c447f2f5a8cd33c6d0e1acba5f83dc3fc00d3a --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/modules.xml" @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/uiDesigner.xml" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/uiDesigner.xml" new file mode 100644 index 0000000000000000000000000000000000000000..2b63946d5b31084bbb7dda418ceb3d75eb686373 --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/uiDesigner.xml" @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/workspace.xml" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/workspace.xml" new file mode 100644 index 0000000000000000000000000000000000000000..7f842edc2b934e82efcd1f757037babb1cad563b --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/workspace.xml" @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1671330373074 + + + + + + \ No newline at end of file diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/aopalliance-1.0.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/aopalliance-1.0.jar" new file mode 100644 index 0000000000000000000000000000000000000000..578b1a0c359ef88a84461bdb91d9d0041afd54de Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/aopalliance-1.0.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/commons-logging-1.2.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/commons-logging-1.2.jar" new file mode 100644 index 0000000000000000000000000000000000000000..93a3b9f6db406c84e270e19b9a5e70f2e27ca513 Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/commons-logging-1.2.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/spring-aop-5.2.3.RELEASE.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/spring-aop-5.2.3.RELEASE.jar" new file mode 100644 index 0000000000000000000000000000000000000000..b4c9ae0ae9223f670596bcb36ec909639c394e55 Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/spring-aop-5.2.3.RELEASE.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/spring-aspects-5.2.3.RELEASE.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/spring-aspects-5.2.3.RELEASE.jar" new file mode 100644 index 0000000000000000000000000000000000000000..bc57dbc978ec3b8b571ac32be6aa15a0956ac3a8 Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/spring-aspects-5.2.3.RELEASE.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/spring-beans-5.2.3.RELEASE.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/spring-beans-5.2.3.RELEASE.jar" new file mode 100644 index 0000000000000000000000000000000000000000..839ca4340dc1c1c46c9f86407effad01e3344091 Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/spring-beans-5.2.3.RELEASE.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/spring-context-5.2.3.RELEASE.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/spring-context-5.2.3.RELEASE.jar" new file mode 100644 index 0000000000000000000000000000000000000000..72ead3172ab8ec401815e1d9a9678d111349abef Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/spring-context-5.2.3.RELEASE.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/spring-context-support-5.2.3.RELEASE.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/spring-context-support-5.2.3.RELEASE.jar" new file mode 100644 index 0000000000000000000000000000000000000000..2352504672b3ce635009867c093c54bac9c306e1 Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/spring-context-support-5.2.3.RELEASE.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/spring-core-5.2.3.RELEASE.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/spring-core-5.2.3.RELEASE.jar" new file mode 100644 index 0000000000000000000000000000000000000000..00f474937ff08a59ef9ad69ac207b8f533eae90a Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/spring-core-5.2.3.RELEASE.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/spring-expression-5.2.3.RELEASE.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/spring-expression-5.2.3.RELEASE.jar" new file mode 100644 index 0000000000000000000000000000000000000000..abc4420d991cbe3d2c9b8805b061addc1d5c8f9c Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/spring-expression-5.2.3.RELEASE.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/spring-instrument-5.2.3.RELEASE.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/spring-instrument-5.2.3.RELEASE.jar" new file mode 100644 index 0000000000000000000000000000000000000000..7847f47630dca238cce1117c64a6e91f467f5ac1 Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/spring-instrument-5.2.3.RELEASE.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/spring-jdbc-5.2.3.RELEASE.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/spring-jdbc-5.2.3.RELEASE.jar" new file mode 100644 index 0000000000000000000000000000000000000000..83dcd5093d9cdbe971824a9d11ee8122d7baf5bd Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/spring-jdbc-5.2.3.RELEASE.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/spring-jms-5.2.3.RELEASE.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/spring-jms-5.2.3.RELEASE.jar" new file mode 100644 index 0000000000000000000000000000000000000000..ccdb34619a4628052e2a0a1fcf39a01e23896f8f Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/spring-jms-5.2.3.RELEASE.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/spring-messaging-5.2.3.RELEASE.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/spring-messaging-5.2.3.RELEASE.jar" new file mode 100644 index 0000000000000000000000000000000000000000..ce353c6ee8bf106ba161756e6b557e4039f88884 Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/spring-messaging-5.2.3.RELEASE.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/spring-orm-5.2.3.RELEASE.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/spring-orm-5.2.3.RELEASE.jar" new file mode 100644 index 0000000000000000000000000000000000000000..c1e5c9ff6bfa6e0c926c98866028afea88a0a3d7 Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/spring-orm-5.2.3.RELEASE.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/spring-oxm-5.2.3.RELEASE.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/spring-oxm-5.2.3.RELEASE.jar" new file mode 100644 index 0000000000000000000000000000000000000000..a2546551d471670044a6bda6d91e0323a314c14f Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/spring-oxm-5.2.3.RELEASE.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/spring-test-5.2.3.RELEASE.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/spring-test-5.2.3.RELEASE.jar" new file mode 100644 index 0000000000000000000000000000000000000000..13c7c94fbfec27b6bc431df188570233b0335c0c Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/spring-test-5.2.3.RELEASE.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/spring-tx-5.2.3.RELEASE.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/spring-tx-5.2.3.RELEASE.jar" new file mode 100644 index 0000000000000000000000000000000000000000..47d64ddd0b900d99e3f5476b8a97c0ce972aa17a Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/lib/spring-tx-5.2.3.RELEASE.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/applicationContext.xml" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/applicationContext.xml" new file mode 100644 index 0000000000000000000000000000000000000000..ae2b093e82a4b60b3f26f89fa03ccdf17d33354f --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/applicationContext.xml" @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/beans.xml" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/beans.xml" new file mode 100644 index 0000000000000000000000000000000000000000..587709c2bce3cffeb0309dc9e3cfc7273d0d25f4 --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/beans.xml" @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/.idea/.gitignore" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/.idea/.gitignore" new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/.idea/inspectionProfiles/Project_Default.xml" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/.idea/inspectionProfiles/Project_Default.xml" new file mode 100644 index 0000000000000000000000000000000000000000..6560a98983ec708cf9d8b5c5c3776d7bd39c475b --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/.idea/inspectionProfiles/Project_Default.xml" @@ -0,0 +1,36 @@ + + + + \ No newline at end of file diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/.idea/libraries/lib.xml" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/.idea/libraries/lib.xml" new file mode 100644 index 0000000000000000000000000000000000000000..984802300ae260179384e7d69a7e502ee5e7b9b0 --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/.idea/libraries/lib.xml" @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/.idea/misc.xml" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/.idea/misc.xml" new file mode 100644 index 0000000000000000000000000000000000000000..bf84b09d32a8b07cab44b9fa203c43294ebc0251 --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/.idea/misc.xml" @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/.idea/modules.xml" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/.idea/modules.xml" new file mode 100644 index 0000000000000000000000000000000000000000..c9c447f2f5a8cd33c6d0e1acba5f83dc3fc00d3a --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/.idea/modules.xml" @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/.idea/uiDesigner.xml" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/.idea/uiDesigner.xml" new file mode 100644 index 0000000000000000000000000000000000000000..2b63946d5b31084bbb7dda418ceb3d75eb686373 --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/.idea/uiDesigner.xml" @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/.idea/workspace.xml" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/.idea/workspace.xml" new file mode 100644 index 0000000000000000000000000000000000000000..7f842edc2b934e82efcd1f757037babb1cad563b --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/.idea/workspace.xml" @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1671330373074 + + + + + + \ No newline at end of file diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/aopalliance-1.0.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/aopalliance-1.0.jar" new file mode 100644 index 0000000000000000000000000000000000000000..578b1a0c359ef88a84461bdb91d9d0041afd54de Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/aopalliance-1.0.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/commons-logging-1.2.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/commons-logging-1.2.jar" new file mode 100644 index 0000000000000000000000000000000000000000..93a3b9f6db406c84e270e19b9a5e70f2e27ca513 Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/commons-logging-1.2.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-aop-5.2.3.RELEASE.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-aop-5.2.3.RELEASE.jar" new file mode 100644 index 0000000000000000000000000000000000000000..b4c9ae0ae9223f670596bcb36ec909639c394e55 Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-aop-5.2.3.RELEASE.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-aspects-5.2.3.RELEASE.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-aspects-5.2.3.RELEASE.jar" new file mode 100644 index 0000000000000000000000000000000000000000..bc57dbc978ec3b8b571ac32be6aa15a0956ac3a8 Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-aspects-5.2.3.RELEASE.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-beans-5.2.3.RELEASE.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-beans-5.2.3.RELEASE.jar" new file mode 100644 index 0000000000000000000000000000000000000000..839ca4340dc1c1c46c9f86407effad01e3344091 Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-beans-5.2.3.RELEASE.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-context-5.2.3.RELEASE.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-context-5.2.3.RELEASE.jar" new file mode 100644 index 0000000000000000000000000000000000000000..72ead3172ab8ec401815e1d9a9678d111349abef Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-context-5.2.3.RELEASE.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-context-support-5.2.3.RELEASE.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-context-support-5.2.3.RELEASE.jar" new file mode 100644 index 0000000000000000000000000000000000000000..2352504672b3ce635009867c093c54bac9c306e1 Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-context-support-5.2.3.RELEASE.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-core-5.2.3.RELEASE.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-core-5.2.3.RELEASE.jar" new file mode 100644 index 0000000000000000000000000000000000000000..00f474937ff08a59ef9ad69ac207b8f533eae90a Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-core-5.2.3.RELEASE.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-expression-5.2.3.RELEASE.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-expression-5.2.3.RELEASE.jar" new file mode 100644 index 0000000000000000000000000000000000000000..abc4420d991cbe3d2c9b8805b061addc1d5c8f9c Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-expression-5.2.3.RELEASE.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-instrument-5.2.3.RELEASE.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-instrument-5.2.3.RELEASE.jar" new file mode 100644 index 0000000000000000000000000000000000000000..7847f47630dca238cce1117c64a6e91f467f5ac1 Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-instrument-5.2.3.RELEASE.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-jdbc-5.2.3.RELEASE.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-jdbc-5.2.3.RELEASE.jar" new file mode 100644 index 0000000000000000000000000000000000000000..83dcd5093d9cdbe971824a9d11ee8122d7baf5bd Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-jdbc-5.2.3.RELEASE.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-jms-5.2.3.RELEASE.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-jms-5.2.3.RELEASE.jar" new file mode 100644 index 0000000000000000000000000000000000000000..ccdb34619a4628052e2a0a1fcf39a01e23896f8f Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-jms-5.2.3.RELEASE.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-messaging-5.2.3.RELEASE.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-messaging-5.2.3.RELEASE.jar" new file mode 100644 index 0000000000000000000000000000000000000000..ce353c6ee8bf106ba161756e6b557e4039f88884 Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-messaging-5.2.3.RELEASE.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-orm-5.2.3.RELEASE.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-orm-5.2.3.RELEASE.jar" new file mode 100644 index 0000000000000000000000000000000000000000..c1e5c9ff6bfa6e0c926c98866028afea88a0a3d7 Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-orm-5.2.3.RELEASE.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-oxm-5.2.3.RELEASE.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-oxm-5.2.3.RELEASE.jar" new file mode 100644 index 0000000000000000000000000000000000000000..a2546551d471670044a6bda6d91e0323a314c14f Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-oxm-5.2.3.RELEASE.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-test-5.2.3.RELEASE.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-test-5.2.3.RELEASE.jar" new file mode 100644 index 0000000000000000000000000000000000000000..13c7c94fbfec27b6bc431df188570233b0335c0c Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-test-5.2.3.RELEASE.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-tx-5.2.3.RELEASE.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-tx-5.2.3.RELEASE.jar" new file mode 100644 index 0000000000000000000000000000000000000000..47d64ddd0b900d99e3f5476b8a97c0ce972aa17a Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-tx-5.2.3.RELEASE.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/resources/applicationContext.xml" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/resources/applicationContext.xml" new file mode 100644 index 0000000000000000000000000000000000000000..ae2b093e82a4b60b3f26f89fa03ccdf17d33354f --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/resources/applicationContext.xml" @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/resources/beans.xml" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/resources/beans.xml" new file mode 100644 index 0000000000000000000000000000000000000000..587709c2bce3cffeb0309dc9e3cfc7273d0d25f4 --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/resources/beans.xml" @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/resources/demo.properties" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/resources/demo.properties" new file mode 100644 index 0000000000000000000000000000000000000000..90b05d5261f1ab78725bdbc3b392e1929869d2ff --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/resources/demo.properties" @@ -0,0 +1,2 @@ +name=陈宇琦 +age=188 diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/zy2/Context.class" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/zy2/Context.class" new file mode 100644 index 0000000000000000000000000000000000000000..f63ee29def677c7aeae5d6732559e17b18bcb538 --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/zy2/Context.class" @@ -0,0 +1,31 @@ +package cn.tedu.zy2; + + +public class Context { + private Puppy puppy; + private Neko neko; + public Neko getNeko(){ + return neko; + } + public Puppy getPuppy(){ + return puppy; + } + + public void setPuppy(Puppy puppy) { + this.puppy = puppy; + } + + public void setNeko(Neko neko) { + this.neko = neko; + } + + @Override + public String toString() { + return "Context{" + + "puppy=" + puppy + + ",neko=" + neko + + '}'; + } + + +} diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/zy2/Neko.class" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/zy2/Neko.class" new file mode 100644 index 0000000000000000000000000000000000000000..782217faef1a9730fe13d90de6abd8a4b93e67c5 --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/zy2/Neko.class" @@ -0,0 +1,5 @@ +package cn.tedu.zy2; + +public class Neko{ + +} diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/zy2/Puppy.class" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/zy2/Puppy.class" new file mode 100644 index 0000000000000000000000000000000000000000..098cb395a486f47d8ac225808d43042a25b0c559 --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/zy2/Puppy.class" @@ -0,0 +1,5 @@ +package cn.tedu.zy2; + +public class Puppy{ + +} diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/zy2/Test01.class" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/zy2/Test01.class" new file mode 100644 index 0000000000000000000000000000000000000000..b358069e3a9c2e2080d047e403df1cfdfd8c6ce2 --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/zy2/Test01.class" @@ -0,0 +1,23 @@ +package cn.tedu.zy2; + +import org.junit.Test; +import org.springframework.context.ApplicationContext; +import org.springframework.context.support.ClassPathXmlApplicationContext; + +public class Test1 { + /* @Test + public void Test1(){ + ApplicationContext ac=new ClassPathXmlApplicationContext("beans.xml"); + Demo dm=(Demo)ac.getBean("demo"); + System.out.println(dm); + ((ClassPathXmlApplicationContext)ac).close(); + }*/ + @Test + public void Test2(){ + ApplicationContext ac=new ClassPathXmlApplicationContext("beans.xml"); + Context context=(Context)ac.getBean("context"); + System.out.println(context); + ((ClassPathXmlApplicationContext)ac).close(); + } + +} diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/zy2/zy.class" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/zy2/zy.class" new file mode 100644 index 0000000000000000000000000000000000000000..f760ad1819188877a8759f1cdcb22a249c9b6f0b --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/zy2/zy.class" @@ -0,0 +1,78 @@ +package cn.tedu.zy2; + +import java.util.List; +import java.util.Map; +import java.util.Properties; +import java.util.Set; + +/** + * DI依赖注入:创建bean的时候给属性赋值 + */ +public class zy { + private String name; + private int age; + private List list; + private Set set; + private Map map; + private Properties properties; + + 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; + } + + public List getList() { + return list; + } + + public void setList(List list) { + this.list = list; + } + + public Set getSet() { + return set; + } + + public void setSet(Set set) { + this.set = set; + } + + public Map getMap() { + return map; + } + + public void setMap(Map map) { + this.map = map; + } + + public Properties getProperties() { + return properties; + } + + public void setProperties(Properties properties) { + this.properties = properties; + } + + @Override + public String toString() { + return "Demo{" + + "name='" + name + '\'' + + ", age=" + age + + ", list=" + list + + ", set=" + set + + ", map=" + map + + ", properties=" + properties + + '}'; + } +} \ No newline at end of file diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/\344\275\234\344\270\2322-202025011460-\351\231\210\345\256\207\347\220\246.iml" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/\344\275\234\344\270\2322-202025011460-\351\231\210\345\256\207\347\220\246.iml" new file mode 100644 index 0000000000000000000000000000000000000000..2ab81a3f19baf8a43271700575af2dad21d45cdf --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/\344\275\234\344\270\2322-202025011460-\351\231\210\345\256\207\347\220\246.iml" @@ -0,0 +1,35 @@ + + + + + + + file://$MODULE_DIR$/resources/beans.xml + + + file://$MODULE_DIR$/resources/applicationContext.xml + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/demo.properties" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/demo.properties" new file mode 100644 index 0000000000000000000000000000000000000000..90b05d5261f1ab78725bdbc3b392e1929869d2ff --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2322-20202501460-\351\231\210\345\256\207\347\220\246/demo.properties" @@ -0,0 +1,2 @@ +name=陈宇琦 +age=188 diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/resources/applicationContext.xml" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/resources/applicationContext.xml" new file mode 100644 index 0000000000000000000000000000000000000000..ae2b093e82a4b60b3f26f89fa03ccdf17d33354f --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/resources/applicationContext.xml" @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/resources/beans.xml" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/resources/beans.xml" new file mode 100644 index 0000000000000000000000000000000000000000..c213c8265f2efa5b19e394da9ea44fc7c2f01a39 --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/resources/beans.xml" @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/resources/demo.properties" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/resources/demo.properties" new file mode 100644 index 0000000000000000000000000000000000000000..90b05d5261f1ab78725bdbc3b392e1929869d2ff --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/resources/demo.properties" @@ -0,0 +1,2 @@ +name=陈宇琦 +age=188 diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/work2.iml" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/work2.iml" new file mode 100644 index 0000000000000000000000000000000000000000..f4cd67e58b395330cbab971fe0b09ec4d437d77d --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/work2.iml" @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/zy2/Context.java" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/zy2/Context.java" new file mode 100644 index 0000000000000000000000000000000000000000..f63ee29def677c7aeae5d6732559e17b18bcb538 --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/zy2/Context.java" @@ -0,0 +1,31 @@ +package cn.tedu.zy2; + + +public class Context { + private Puppy puppy; + private Neko neko; + public Neko getNeko(){ + return neko; + } + public Puppy getPuppy(){ + return puppy; + } + + public void setPuppy(Puppy puppy) { + this.puppy = puppy; + } + + public void setNeko(Neko neko) { + this.neko = neko; + } + + @Override + public String toString() { + return "Context{" + + "puppy=" + puppy + + ",neko=" + neko + + '}'; + } + + +} diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/zy2/Neko.java" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/zy2/Neko.java" new file mode 100644 index 0000000000000000000000000000000000000000..782217faef1a9730fe13d90de6abd8a4b93e67c5 --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/zy2/Neko.java" @@ -0,0 +1,5 @@ +package cn.tedu.zy2; + +public class Neko{ + +} diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/zy2/Puppy.java" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/zy2/Puppy.java" new file mode 100644 index 0000000000000000000000000000000000000000..2a6f656d8d8fac0fca6e9fea44f737a4bbc402f0 --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/zy2/Puppy.java" @@ -0,0 +1,5 @@ +package cn.tedu.zy2; + +public class Puppy { + +} diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/zy2/Test01.java" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/zy2/Test01.java" new file mode 100644 index 0000000000000000000000000000000000000000..b358069e3a9c2e2080d047e403df1cfdfd8c6ce2 --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/zy2/Test01.java" @@ -0,0 +1,23 @@ +package cn.tedu.zy2; + +import org.junit.Test; +import org.springframework.context.ApplicationContext; +import org.springframework.context.support.ClassPathXmlApplicationContext; + +public class Test1 { + /* @Test + public void Test1(){ + ApplicationContext ac=new ClassPathXmlApplicationContext("beans.xml"); + Demo dm=(Demo)ac.getBean("demo"); + System.out.println(dm); + ((ClassPathXmlApplicationContext)ac).close(); + }*/ + @Test + public void Test2(){ + ApplicationContext ac=new ClassPathXmlApplicationContext("beans.xml"); + Context context=(Context)ac.getBean("context"); + System.out.println(context); + ((ClassPathXmlApplicationContext)ac).close(); + } + +} diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/zy2/zy.java" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/zy2/zy.java" new file mode 100644 index 0000000000000000000000000000000000000000..f760ad1819188877a8759f1cdcb22a249c9b6f0b --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/zy2/zy.java" @@ -0,0 +1,78 @@ +package cn.tedu.zy2; + +import java.util.List; +import java.util.Map; +import java.util.Properties; +import java.util.Set; + +/** + * DI依赖注入:创建bean的时候给属性赋值 + */ +public class zy { + private String name; + private int age; + private List list; + private Set set; + private Map map; + private Properties properties; + + 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; + } + + public List getList() { + return list; + } + + public void setList(List list) { + this.list = list; + } + + public Set getSet() { + return set; + } + + public void setSet(Set set) { + this.set = set; + } + + public Map getMap() { + return map; + } + + public void setMap(Map map) { + this.map = map; + } + + public Properties getProperties() { + return properties; + } + + public void setProperties(Properties properties) { + this.properties = properties; + } + + @Override + public String toString() { + return "Demo{" + + "name='" + name + '\'' + + ", age=" + age + + ", list=" + list + + ", set=" + set + + ", map=" + map + + ", properties=" + properties + + '}'; + } +} \ No newline at end of file diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/\344\275\234\344\270\2322-202025011460-\351\231\210\345\256\207\347\220\246.iml" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/\344\275\234\344\270\2322-202025011460-\351\231\210\345\256\207\347\220\246.iml" new file mode 100644 index 0000000000000000000000000000000000000000..2ab81a3f19baf8a43271700575af2dad21d45cdf --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/2\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/\344\275\234\344\270\2322-202025011460-\351\231\210\345\256\207\347\220\246.iml" @@ -0,0 +1,35 @@ + + + + + + + file://$MODULE_DIR$/resources/beans.xml + + + file://$MODULE_DIR$/resources/applicationContext.xml + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/.gitignore" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/.gitignore" new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/encodings.xml" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/encodings.xml" new file mode 100644 index 0000000000000000000000000000000000000000..c2bae49d78cdb2540ca8aac31d8f1020aedb1836 --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/encodings.xml" @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/inspectionProfiles/Project_Default.xml" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/inspectionProfiles/Project_Default.xml" new file mode 100644 index 0000000000000000000000000000000000000000..6560a98983ec708cf9d8b5c5c3776d7bd39c475b --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/inspectionProfiles/Project_Default.xml" @@ -0,0 +1,36 @@ + + + + \ No newline at end of file diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/libraries/lib.xml" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/libraries/lib.xml" new file mode 100644 index 0000000000000000000000000000000000000000..fa8838a590c51fab5874c30c10510a0b093b73a0 --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/libraries/lib.xml" @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/misc.xml" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/misc.xml" new file mode 100644 index 0000000000000000000000000000000000000000..e208459b8afde5f7980720efd6bbb97f7ae24541 --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/misc.xml" @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/modules.xml" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/modules.xml" new file mode 100644 index 0000000000000000000000000000000000000000..e853af03549256e4b9a3384bbb82df4d3c087916 --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/modules.xml" @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/uiDesigner.xml" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/uiDesigner.xml" new file mode 100644 index 0000000000000000000000000000000000000000..2b63946d5b31084bbb7dda418ceb3d75eb686373 --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/uiDesigner.xml" @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/vcs.xml" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/vcs.xml" new file mode 100644 index 0000000000000000000000000000000000000000..b2bdec2d71b6a5ce4ae49efc37516809c50e4d5e --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/vcs.xml" @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/workspace.xml" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/workspace.xml" new file mode 100644 index 0000000000000000000000000000000000000000..395f876baf93dfe8551c82566bf311f4d736e739 --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/.idea/workspace.xml" @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1671332133628 + + + + + + + + + + \ No newline at end of file diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/aopalliance-1.0.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/aopalliance-1.0.jar" new file mode 100644 index 0000000000000000000000000000000000000000..578b1a0c359ef88a84461bdb91d9d0041afd54de Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/aopalliance-1.0.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/commons-logging-1.2.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/commons-logging-1.2.jar" new file mode 100644 index 0000000000000000000000000000000000000000..93a3b9f6db406c84e270e19b9a5e70f2e27ca513 Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/commons-logging-1.2.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-aop-5.2.3.RELEASE.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-aop-5.2.3.RELEASE.jar" new file mode 100644 index 0000000000000000000000000000000000000000..b4c9ae0ae9223f670596bcb36ec909639c394e55 Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-aop-5.2.3.RELEASE.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-aspects-5.2.3.RELEASE.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-aspects-5.2.3.RELEASE.jar" new file mode 100644 index 0000000000000000000000000000000000000000..bc57dbc978ec3b8b571ac32be6aa15a0956ac3a8 Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-aspects-5.2.3.RELEASE.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-beans-5.2.3.RELEASE.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-beans-5.2.3.RELEASE.jar" new file mode 100644 index 0000000000000000000000000000000000000000..839ca4340dc1c1c46c9f86407effad01e3344091 Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-beans-5.2.3.RELEASE.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-context-5.2.3.RELEASE.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-context-5.2.3.RELEASE.jar" new file mode 100644 index 0000000000000000000000000000000000000000..72ead3172ab8ec401815e1d9a9678d111349abef Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-context-5.2.3.RELEASE.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-context-support-5.2.3.RELEASE.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-context-support-5.2.3.RELEASE.jar" new file mode 100644 index 0000000000000000000000000000000000000000..2352504672b3ce635009867c093c54bac9c306e1 Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-context-support-5.2.3.RELEASE.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-core-5.2.3.RELEASE.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-core-5.2.3.RELEASE.jar" new file mode 100644 index 0000000000000000000000000000000000000000..00f474937ff08a59ef9ad69ac207b8f533eae90a Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-core-5.2.3.RELEASE.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-expression-5.2.3.RELEASE.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-expression-5.2.3.RELEASE.jar" new file mode 100644 index 0000000000000000000000000000000000000000..abc4420d991cbe3d2c9b8805b061addc1d5c8f9c Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-expression-5.2.3.RELEASE.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-instrument-5.2.3.RELEASE.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-instrument-5.2.3.RELEASE.jar" new file mode 100644 index 0000000000000000000000000000000000000000..7847f47630dca238cce1117c64a6e91f467f5ac1 Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-instrument-5.2.3.RELEASE.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-jdbc-5.2.3.RELEASE.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-jdbc-5.2.3.RELEASE.jar" new file mode 100644 index 0000000000000000000000000000000000000000..83dcd5093d9cdbe971824a9d11ee8122d7baf5bd Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-jdbc-5.2.3.RELEASE.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-jms-5.2.3.RELEASE.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-jms-5.2.3.RELEASE.jar" new file mode 100644 index 0000000000000000000000000000000000000000..ccdb34619a4628052e2a0a1fcf39a01e23896f8f Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-jms-5.2.3.RELEASE.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-messaging-5.2.3.RELEASE.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-messaging-5.2.3.RELEASE.jar" new file mode 100644 index 0000000000000000000000000000000000000000..ce353c6ee8bf106ba161756e6b557e4039f88884 Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-messaging-5.2.3.RELEASE.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-orm-5.2.3.RELEASE.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-orm-5.2.3.RELEASE.jar" new file mode 100644 index 0000000000000000000000000000000000000000..c1e5c9ff6bfa6e0c926c98866028afea88a0a3d7 Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-orm-5.2.3.RELEASE.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-oxm-5.2.3.RELEASE.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-oxm-5.2.3.RELEASE.jar" new file mode 100644 index 0000000000000000000000000000000000000000..a2546551d471670044a6bda6d91e0323a314c14f Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-oxm-5.2.3.RELEASE.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-test-5.2.3.RELEASE.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-test-5.2.3.RELEASE.jar" new file mode 100644 index 0000000000000000000000000000000000000000..13c7c94fbfec27b6bc431df188570233b0335c0c Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-test-5.2.3.RELEASE.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-tx-5.2.3.RELEASE.jar" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-tx-5.2.3.RELEASE.jar" new file mode 100644 index 0000000000000000000000000000000000000000..47d64ddd0b900d99e3f5476b8a97c0ce972aa17a Binary files /dev/null and "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/lib/spring-tx-5.2.3.RELEASE.jar" differ diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/resources/applicationContext.xml" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/resources/applicationContext.xml" new file mode 100644 index 0000000000000000000000000000000000000000..8477835b1271eaaf4b391c0904ed3f70e832f541 --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/resources/applicationContext.xml" @@ -0,0 +1,5 @@ + + + \ No newline at end of file diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/resources/beans.xml" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/resources/beans.xml" new file mode 100644 index 0000000000000000000000000000000000000000..fd7703c571a9b1cabdc6db19ac62d95dd4233328 --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/resources/beans.xml" @@ -0,0 +1,33 @@ + + + + + + + + + 雨果 + 余华 + 余光中 + + + 敢死队 + 碟中谍 + 头号玩家 + + + + + + + 但求疼 + 大象席地而坐 + 谭维维 + + + + \ No newline at end of file diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/resources/demo.properties" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/resources/demo.properties" new file mode 100644 index 0000000000000000000000000000000000000000..90b05d5261f1ab78725bdbc3b392e1929869d2ff --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/resources/demo.properties" @@ -0,0 +1,2 @@ +name=陈宇琦 +age=188 diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/zy3/Demo.class" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/zy3/Demo.class" new file mode 100644 index 0000000000000000000000000000000000000000..39de6d745b1da317e7a751fbd1828bf7af04fc0d --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/zy3/Demo.class" @@ -0,0 +1,97 @@ +// +// Source code recreated from a .class file by IntelliJ IDEA +// (powered by FernFlower decompiler) +// + +package cn.tedu.zy3; + +import java.util.List; +import java.util.Map; +import java.util.Properties; +import java.util.Set; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.beans.factory.annotation.Qualifier; +import org.springframework.beans.factory.annotation.Value; +import org.springframework.stereotype.Component; + +@Component +public class Demo { + @Value("${uname}") + private String name; + @Value("${uage}") + private int age; + @Value("#{@list1}") + private List list; + @Value("#{@set1}") + private Set set; + @Value("#{@map1}") + private Map map; + @Value("#{@properties1}") + private Properties properties; + @Autowired + @Qualifier("p") + private Person p; + + public Demo() { + } + + public Person getP() { + return this.p; + } + + public void setP(Person p) { + this.p = p; + } + + public String getName() { + return this.name; + } + + public void setName(String name) { + this.name = name; + } + + public int getAge() { + return this.age; + } + + public void setAge(int age) { + this.age = age; + } + + public List getList() { + return this.list; + } + + public void setList(List list) { + this.list = list; + } + + public Set getSet() { + return this.set; + } + + public void setSet(Set set) { + this.set = set; + } + + public Map getMap() { + return this.map; + } + + public void setMap(Map map) { + this.map = map; + } + + public Properties getProperties() { + return this.properties; + } + + public void setProperties(Properties properties) { + this.properties = properties; + } + + public String toString() { + return "Demo{name='" + this.name + '\'' + ", age=" + this.age + ", list=" + this.list + ", set=" + this.set + ", map=" + this.map + ", properties=" + this.properties + ", p=" + this.p + '}'; + } +} diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/zy3/Person.class" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/zy3/Person.class" new file mode 100644 index 0000000000000000000000000000000000000000..9279b7d187eee9bece86b31f2f6e68beec9658b1 --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/zy3/Person.class" @@ -0,0 +1,40 @@ +// +// Source code recreated from a .class file by IntelliJ IDEA +// (powered by FernFlower decompiler) +// + +package cn.tedu.zy3; + +import org.springframework.beans.factory.annotation.Value; +import org.springframework.stereotype.Component; + +@Component("p") +public class Person { + @Value("陈宇琦") + private String name; + @Value("188") + private int age; + + public Person() { + } + + public String getName() { + return this.name; + } + + public void setName(String name) { + this.name = name; + } + + public int getAge() { + return this.age; + } + + public void setAge(int age) { + this.age = age; + } + + public String toString() { + return "Pig{name='" + this.name + '\'' + ", age=" + this.age + '}'; + } +} diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/zy3/Test.class" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/zy3/Test.class" new file mode 100644 index 0000000000000000000000000000000000000000..c2cab8774767e614e156afd1e833fd08ea51a976 --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/zy3/Test.class" @@ -0,0 +1,20 @@ +package cn.tedu.zy3; + +import org.springframework.context.ApplicationContext; +import org.springframework.context.support.ClassPathXmlApplicationContext; + +/** + * + */ +public class Test { + /** + * DIע룺beanʱԸֵ + * */ + @org.junit.Test + public void test01(){ + ApplicationContext ac=new ClassPathXmlApplicationContext("beans.xml"); + Demo dm=(Demo)ac.getBean("demo"); + System.out.println(dm); + ((ClassPathXmlApplicationContext)ac).close(); + } +} \ No newline at end of file diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246.iml" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246.iml" new file mode 100644 index 0000000000000000000000000000000000000000..0b1cafe71bd96d6a9ad8b7ceb52f494d333587aa --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/cn/tedu/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246.iml" @@ -0,0 +1,33 @@ + + + + + + + file://$MODULE_DIR$/resources/applicationContext.xml + file://$MODULE_DIR$/resources/beans.xml + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/demo.properties" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/demo.properties" new file mode 100644 index 0000000000000000000000000000000000000000..90b05d5261f1ab78725bdbc3b392e1929869d2ff --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/out/production/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246/demo.properties" @@ -0,0 +1,2 @@ +name=陈宇琦 +age=188 diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/resources/applicationContext.xml" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/resources/applicationContext.xml" new file mode 100644 index 0000000000000000000000000000000000000000..8477835b1271eaaf4b391c0904ed3f70e832f541 --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/resources/applicationContext.xml" @@ -0,0 +1,5 @@ + + + \ No newline at end of file diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/resources/beans.xml" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/resources/beans.xml" new file mode 100644 index 0000000000000000000000000000000000000000..fd7703c571a9b1cabdc6db19ac62d95dd4233328 --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/resources/beans.xml" @@ -0,0 +1,33 @@ + + + + + + + + + 雨果 + 余华 + 余光中 + + + 敢死队 + 碟中谍 + 头号玩家 + + + + + + + 但求疼 + 大象席地而坐 + 谭维维 + + + + \ No newline at end of file diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/resources/demo.properties" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/resources/demo.properties" new file mode 100644 index 0000000000000000000000000000000000000000..90b05d5261f1ab78725bdbc3b392e1929869d2ff --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/resources/demo.properties" @@ -0,0 +1,2 @@ +name=陈宇琦 +age=188 diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/work3.iml" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/work3.iml" new file mode 100644 index 0000000000000000000000000000000000000000..f4cd67e58b395330cbab971fe0b09ec4d437d77d --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/work3.iml" @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/zy3/Demo.java" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/zy3/Demo.java" new file mode 100644 index 0000000000000000000000000000000000000000..c886c9ba6162028be0271a8bd30eb5877289d8f3 --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/zy3/Demo.java" @@ -0,0 +1,106 @@ +package cn.tedu.zy3; + +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.beans.factory.annotation.Qualifier; +import org.springframework.beans.factory.annotation.Value; +import org.springframework.stereotype.Component; + +import java.util.List; +import java.util.Map; +import java.util.Properties; +import java.util.Set; + +/** + * DI依赖注入 + */ +@Component +public class Demo { + @Value("${uname}") + private String name; + @Value("${uage}") + private int age; + @Value("#{@list1}") + private List list; + @Value("#{@set1}") + private Set set; + @Value("#{@map1}") + private Map map; + @Value("#{@properties1}") + private Properties properties; + /*设置引用类型:DI注入*/ + // @Autowired 实现自动装配的注解,可以完成自定义bean类型属性的注入 + //说明:先按照类型进行匹配,如果找到唯一的就注入 + // 如果找不到,就按照id进行注入,如果都找不到,抛出异常 + @Autowired + @Qualifier("p") + private Person p; + + public Person getP() { + return p; + } + + public void setP(Person p) { + this.p = p; + } + + 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; + } + + public List getList() { + return list; + } + + public void setList(List list) { + this.list = list; + } + + public Set getSet() { + return set; + } + + public void setSet(Set set) { + this.set = set; + } + + public Map getMap() { + return map; + } + + public void setMap(Map map) { + this.map = map; + } + + public Properties getProperties() { + return properties; + } + + public void setProperties(Properties properties) { + this.properties = properties; + } + + @Override + public String toString() { + return "Demo{" + + "name='" + name + '\'' + + ", age=" + age + + ", list=" + list + + ", set=" + set + + ", map=" + map + + ", properties=" + properties + + ", p=" + p + + '}'; + } +} diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/zy3/Person.java" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/zy3/Person.java" new file mode 100644 index 0000000000000000000000000000000000000000..ad2ff4322fdeaf7d0fb8574a8a0c2079eda7f5c8 --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/zy3/Person.java" @@ -0,0 +1,41 @@ +package cn.tedu.zy3; + + +import org.springframework.beans.factory.annotation.Value; +import org.springframework.stereotype.Component; + +/** + * Pig对象注入Demo中 + */ + +@Component("p") +public class Person { + @Value("陈宇琦") + private String name; + @Value("188") + 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 "Pig{" + + "name='" + name + '\'' + + ", age=" + age + + '}'; + } +} diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/zy3/Test.java" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/zy3/Test.java" new file mode 100644 index 0000000000000000000000000000000000000000..31d3d8b0f251fe27b3455f5b7aa5e4eb8ff3cf1a --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/zy3/Test.java" @@ -0,0 +1,20 @@ +package cn.tedu.zy3; + +import org.springframework.context.ApplicationContext; +import org.springframework.context.support.ClassPathXmlApplicationContext; + +/** + * 测试类 + */ +public class Test { + /** + * DI依赖注入:创建bean的时候给属性赋值 + * */ + @org.junit.Test + public void test1(){ + ApplicationContext ac=new ClassPathXmlApplicationContext("beans.xml"); + Demo dm=(Demo)ac.getBean("demo"); + System.out.println(dm); + ((ClassPathXmlApplicationContext)ac).close(); + } +} \ No newline at end of file diff --git "a/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246.iml" "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246.iml" new file mode 100644 index 0000000000000000000000000000000000000000..0b1cafe71bd96d6a9ad8b7ceb52f494d333587aa --- /dev/null +++ "b/\351\231\210\345\256\207\347\220\246\344\275\234\344\270\232\346\225\264\345\220\210/3\344\275\234\344\270\232-20202501460-\351\231\210\345\256\207\347\220\246/\344\275\234\344\270\2323-20202501460-\351\231\210\345\256\207\347\220\246.iml" @@ -0,0 +1,33 @@ + + + + + + + file://$MODULE_DIR$/resources/applicationContext.xml + file://$MODULE_DIR$/resources/beans.xml + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file