Introduction - If you have any usage issues, please Google them yourself
Packet : CRMProject.zip filelist
.idea/
.idea/.gitignore
.idea/artifacts/
.idea/artifacts/002_mybatis02_war_exploded.xml
.idea/artifacts/002_mybatis03_war_exploded.xml
.idea/artifacts/01_mybatis01_war_exploded.xml
.idea/artifacts/test_war_exploded.xml
.idea/libraries/
.idea/libraries/log4j_1_2_17.xml
.idea/libraries/log4j_1_2_17__2_.xml
.idea/libraries/log4j_1_2_17__3_.xml
.idea/libraries/log4j_1_2_17__4_.xml
.idea/libraries/log4j_1_2_17__5_.xml
.idea/misc.xml
.idea/modules.xml
.idea/workspace.xml
002-mybatis02/
002-mybatis02/002-mybatis02.iml
002-mybatis02/src/
002-mybatis02/src/com/
002-mybatis02/src/com/hhh/
002-mybatis02/src/com/hhh/config/
002-mybatis02/src/com/hhh/config/mybatis-config.xml
002-mybatis02/src/com/hhh/dao/
002-mybatis02/src/com/hhh/dao/impl/
002-mybatis02/src/com/hhh/dao/impl/StudentDaoImpl.java
002-mybatis02/src/com/hhh/dao/StudentDao.java
002-mybatis02/src/com/hhh/entity/
002-mybatis02/src/com/hhh/entity/Student.java
002-mybatis02/src/com/hhh/mapper/
002-mybatis02/src/com/hhh/mapper/StudentMapper.xml
002-mybatis02/src/com/hhh/service/
002-mybatis02/src/com/hhh/service/impl/
002-mybatis02/src/com/hhh/service/impl/StudentServiceImpl.java
002-mybatis02/src/com/hhh/service/StudentService.java
002-mybatis02/src/com/hhh/test/
002-mybatis02/src/com/hhh/test/Test1.java
002-mybatis02/src/com/hhh/test/Test2.java
002-mybatis02/src/com/hhh/util/
002-mybatis02/src/com/hhh/util/ServiceFactory.java
002-mybatis02/src/com/hhh/util/SqlSessionUtil.java
002-mybatis02/src/com/hhh/util/TransactionInvocationHandler.java
002-mybatis02/src/log4j.properties
002-mybatis02/web/
002-mybatis02/web/index.jsp
002-mybatis02/web/WEB-INF/
002-mybatis02/web/WEB-INF/lib/
002-mybatis02/web/WEB-INF/lib/log4j-1.2.17.jar
002-mybatis02/web/WEB-INF/lib/mybatis-3.4.5.jar
002-mybatis02/web/WEB-INF/lib/mysql-connector-java-5.1.47-bin.jar
002-mybatis02/web/WEB-INF/web.xml
002-mybatis03/
002-mybatis03/002-mybatis03.iml
002-mybatis03/src/
002-mybatis03/src/com/
002-mybatis03/src/com/hhh/
002-mybatis03/src/com/hhh/dao/
002-mybatis03/src/com/hhh/dao/StudentDao.java
002-mybatis03/src/com/hhh/dao/StudentDao.xml
002-mybatis03/src/com/hhh/entity/
002-mybatis03/src/com/hhh/entity/Student.java
002-mybatis03/src/com/hhh/service/
002-mybatis03/src/com/hhh/service/impl/
002-mybatis03/src/com/hhh/service/impl/StudentServiceImpl.java
002-mybatis03/src/com/hhh/service/StudentService.java
002-mybatis03/src/com/hhh/test/
002-mybatis03/src/com/hhh/test/Test1.java
002-mybatis03/src/com/hhh/util/
002-mybatis03/src/com/hhh/util/ServiceFactory.java
002-mybatis03/src/com/hhh/util/SqlSessionUtil.java
002-mybatis03/src/com/hhh/util/TransactionInvocationHandler.java
002-mybatis03/src/db.properties
002-mybatis03/src/log4j.properties
002-mybatis03/src/mybatis-config.xml
002-mybatis03/web/
002-mybatis03/web/index.jsp
002-mybatis03/web/WEB-INF/
002-mybatis03/web/WEB-INF/lib/
002-mybatis03/web/WEB-INF/lib/log4j-1.2.17.jar
002-mybatis03/web/WEB-INF/lib/mybatis-3.4.5.jar
002-mybatis03/web/WEB-INF/lib/mysql-connector-java-5.1.47-bin.jar
002-mybatis03/web/WEB-INF/web.xml
01-mybatis01/
01-mybatis01/01-mybatis01.iml
01-mybatis01/src/
01-mybatis01/src/com/
01-mybatis01/src/com/hhh/
01-mybatis01/src/com/hhh/entity/
01-mybatis01/src/com/hhh/entity/Student.java
01-mybatis01/src/com/hhh/mapper/
01-mybatis01/src/com/hhh/mapper/StudentMapper.xml
01-mybatis01/src/com/hhh/test/
01-mybatis01/src/com/hhh/test/Test1.java
01-mybatis01/src/log4j.properties
01-mybatis01/src/mybatis-config.xml
01-mybatis01/web/
01-mybatis01/web/index.jsp
01-mybatis01/web/WEB-INF/
01-mybatis01/web/WEB-INF/lib/
01-mybatis01/web/WEB-INF/lib/log4j-1.2.17.jar
01-mybatis01/web/WEB-INF/lib/mybatis-3.4.5.jar
01-mybatis01/web/WEB-INF/lib/mysql-connector-java-5.1.47-bin.jar
01-mybatis01/web/WEB-INF/web.xml
01-static-proxy/
01-static-proxy/01-static-proxy.iml
01-static-proxy/src/
01-static-proxy/src/com/
01-static-proxy/src/com/hhh/
01-static-proxy/src/com/hhh/factory/
01-static-proxy/src/com/hhh/factory/UsbKingFactory.java
01-static-proxy/src/com/hhh/service/
01-static-proxy/src/com/hhh/service/UsbSale.java
01-static-proxy/src/com/hhh/shangjia/
01-static-proxy/src/com/hhh/shangjia/TaoBao.java
01-static-proxy/src/com/hhh/ShopMain.java
02-test-method/
02-test-method/02-test-method.iml
02-test-method/src/
02-test-method/src/com/
02-test-method/src/com/hhh/
02-test-method/src/com/hhh/service/
02-test-method/src/com/hhh/service/HelloService.java
02-test-method/src/com/hhh/service/impl/
02-test-method/src/com/hhh/service/impl/HelloServiceImpl.java
02-test-method/src/com/hhh/service/impl/HelloServiceImpl2.java
02-test-method/src/com/hhh/Test.java
03-dynamic-proxy/
03-dynamic-proxy/03-dynamic-proxy.iml
03-dynamic-proxy/src/
03-dynamic-proxy/src/com/
03-dynamic-proxy/src/com/hhh/
03-dynamic-proxy/src/com/hhh/factory/
03-dynamic-proxy/src/com/hhh/factory/UsbKingFactory.java
03-dynamic-proxy/src/com/hhh/handler/
03-dynamic-proxy/src/com/hhh/handler/MySaleHandler.java
03-dynamic-proxy/src/com/hhh/MainShop.java
03-dynamic-proxy/src/com/hhh/service/
03-dynamic-proxy/src/com/hhh/service/UsbSale.java
04-add/
04-add/04-add.iml
04-add/src/
04-add/src/com/
04-add/src/com/hhh/
04-