在好例子网,分享、交流、成长!
您当前所在位置:首页Java 开发实例J2ME平台开发 → 黑马程序员javaee程序设计任务教程源码,练习题等

黑马程序员javaee程序设计任务教程源码,练习题等

J2ME平台开发

下载此实例
  • 开发语言:Java
  • 实例大小:156.58M
  • 下载次数:44
  • 浏览次数:565
  • 发布时间:2020-03-18
  • 实例类别:J2ME平台开发
  • 发 布 人:母猪下的蛋
  • 文件格式:.rar
  • 所需积分:2
 相关标签: javaee java 程序员 练习题 源码

实例介绍

【实例简介】黑马程序员出版的javaee程序设计任务教程对应资料

【实例截图】

《Java EE企业级应用开发教程(Spring Spring MVC MyBatis)》

from clipboard

【文件目录】


└─《Java EE企业级应用开发教程(Spring Spring MVC MyBatis)》
    ├─源代码
    │  │  boot_crm.sql
    │  │  ssmcode.rar
    │  │  
    │  ├─boot-crm
    │  │  │  .classpath
    │  │  │  .project
    │  │  │  
    │  │  ├─.settings
    │  │  │      .jsdtscope
    │  │  │      org.eclipse.core.resources.prefs
    │  │  │      org.eclipse.jdt.core.prefs
    │  │  │      org.eclipse.wst.common.component
    │  │  │      org.eclipse.wst.common.project.facet.core.xml
    │  │  │      org.eclipse.wst.jsdt.ui.superType.container
    │  │  │      org.eclipse.wst.jsdt.ui.superType.name
    │  │  │      
    │  │  ├─build
    │  │  │  └─classes
    │  │  │      │  applicationContext.xml
    │  │  │      │  db.properties
    │  │  │      │  log4j.properties
    │  │  │      │  mybatis-config.xml
    │  │  │      │  resource.properties
    │  │  │      │  springmvc-config.xml
    │  │  │      │  
    │  │  │      └─com
    │  │  │          └─itheima
    │  │  │              ├─common
    │  │  │              │  └─utils
    │  │  │              │          NavigationTag.class
    │  │  │              │          Page.class
    │  │  │              │          
    │  │  │              └─core
    │  │  │                  ├─dao
    │  │  │                  │      BaseDictDao.class
    │  │  │                  │      BaseDictDao.xml
    │  │  │                  │      CustomerDao.class
    │  │  │                  │      CustomerDao.xml
    │  │  │                  │      UserDao.class
    │  │  │                  │      UserDao.xml
    │  │  │                  │      
    │  │  │                  ├─interceptor
    │  │  │                  │      LoginInterceptor.class
    │  │  │                  │      
    │  │  │                  ├─po
    │  │  │                  │      BaseDict.class
    │  │  │                  │      Customer.class
    │  │  │                  │      User.class
    │  │  │                  │      
    │  │  │                  ├─service
    │  │  │                  │  │  BaseDictService.class
    │  │  │                  │  │  CustomerService.class
    │  │  │                  │  │  UserService.class
    │  │  │                  │  │  
    │  │  │                  │  └─impl
    │  │  │                  │          BaseDictServiceImpl.class
    │  │  │                  │          CustomerServiceImpl.class
    │  │  │                  │          UserServiceImpl.class
    │  │  │                  │          
    │  │  │                  └─web
    │  │  │                      └─controller
    │  │  │                              CustomerController.class
    │  │  │                              UserController.class
    │  │  │                              
    │  │  ├─config
    │  │  │      applicationContext.xml
    │  │  │      db.properties
    │  │  │      log4j.properties
    │  │  │      mybatis-config.xml
    │  │  │      resource.properties
    │  │  │      springmvc-config.xml
    │  │  │      
    │  │  ├─src
    │  │  │  └─com
    │  │  │      └─itheima
    │  │  │          ├─common
    │  │  │          │  └─utils
    │  │  │          │          NavigationTag.java
    │  │  │          │          Page.java
    │  │  │          │          
    │  │  │          └─core
    │  │  │              ├─dao
    │  │  │              │      BaseDictDao.java
    │  │  │              │      BaseDictDao.xml
    │  │  │              │      CustomerDao.java
    │  │  │              │      CustomerDao.xml
    │  │  │              │      UserDao.java
    │  │  │              │      UserDao.xml
    │  │  │              │      
    │  │  │              ├─interceptor
    │  │  │              │      LoginInterceptor.java
    │  │  │              │      
    │  │  │              ├─po
    │  │  │              │      BaseDict.java
    │  │  │              │      Customer.java
    │  │  │              │      User.java
    │  │  │              │      
    │  │  │              ├─service
    │  │  │              │  │  BaseDictService.java
    │  │  │              │  │  CustomerService.java
    │  │  │              │  │  UserService.java
    │  │  │              │  │  
    │  │  │              │  └─impl
    │  │  │              │          BaseDictServiceImpl.java
    │  │  │              │          CustomerServiceImpl.java
    │  │  │              │          UserServiceImpl.java
    │  │  │              │          
    │  │  │              └─web
    │  │  │                  └─controller
    │  │  │                          CustomerController.java
    │  │  │                          UserController.java
    │  │  │                          
    │  │  └─WebContent
    │  │      │  index.jsp
    │  │      │  
    │  │      ├─css
    │  │      │      boot-crm.css
    │  │      │      bootstrap.min.css
    │  │      │      dataTables.bootstrap.css
    │  │      │      font-awesome.min.css
    │  │      │      metisMenu.min.css
    │  │      │      sb-admin-2.css
    │  │      │      style.css
    │  │      │      
    │  │      ├─fonts
    │  │      │      fontawesome-webfont.eot
    │  │      │      fontawesome-webfont.svg
    │  │      │      fontawesome-webfont.ttf
    │  │      │      fontawesome-webfont.woff
    │  │      │      FontAwesome.otf
    │  │      │      
    │  │      ├─images
    │  │      │      rightbg.jpg
    │  │      │      rights.jpg
    │  │      │      
    │  │      ├─js
    │  │      │      bootstrap.min.js
    │  │      │      dataTables.bootstrap.min.js
    │  │      │      jquery-1.11.3.min.js
    │  │      │      jquery.dataTables.min.js
    │  │      │      metisMenu.min.js
    │  │      │      sb-admin-2.js
    │  │      │      
    │  │      ├─META-INF
    │  │      │      MANIFEST.MF
    │  │      │      
    │  │      └─WEB-INF
    │  │          │  web.xml
    │  │          │  
    │  │          ├─jsp
    │  │          │      customer.jsp
    │  │          │      login.jsp
    │  │          │      
    │  │          ├─lib
    │  │          │      ant-1.9.6.jar
    │  │          │      ant-launcher-1.9.6.jar
    │  │          │      aopalliance-1.0.jar
    │  │          │      asm-5.1.jar
    │  │          │      aspectjweaver-1.8.4.jar
    │  │          │      cglib-3.2.4.jar
    │  │          │      commons-dbcp2-2.1.1.jar
    │  │          │      commons-lang3-3.4.jar
    │  │          │      commons-logging-1.2.jar
    │  │          │      commons-pool2-2.4.2.jar
    │  │          │      jackson-annotations-2.8.6.jar
    │  │          │      jackson-core-2.8.6.jar
    │  │          │      jackson-databind-2.8.6.jar
    │  │          │      javassist-3.21.0-GA.jar
    │  │          │      log4j-1.2.17.jar
    │  │          │      log4j-api-2.3.jar
    │  │          │      log4j-core-2.3.jar
    │  │          │      mybatis-3.4.2.jar
    │  │          │      mybatis-spring-1.3.1.jar
    │  │          │      mysql-connector-java-5.1.40-bin.jar
    │  │          │      ognl-3.1.12.jar
    │  │          │      slf4j-api-1.7.22.jar
    │  │          │      slf4j-log4j12-1.7.22.jar
    │  │          │      spring-aop-4.3.6.RELEASE.jar
    │  │          │      spring-aspects-4.3.6.RELEASE.jar
    │  │          │      spring-beans-4.3.6.RELEASE.jar
    │  │          │      spring-context-4.3.6.RELEASE.jar
    │  │          │      spring-core-4.3.6.RELEASE.jar
    │  │          │      spring-expression-4.3.6.RELEASE.jar
    │  │          │      spring-jdbc-4.3.6.RELEASE.jar
    │  │          │      spring-tx-4.3.6.RELEASE.jar
    │  │          │      spring-web-4.3.6.RELEASE.jar
    │  │          │      spring-webmvc-4.3.6.RELEASE.jar
    │  │          │      taglibs-standard-impl-1.2.5.jar
    │  │          │      taglibs-standard-spec-1.2.5.jar
    │  │          │      
    │  │          └─tld
    │  │                  commons.tld
    │  │                  
    │  ├─chapter01
    │  │  │  .classpath
    │  │  │  .project
    │  │  │  
    │  │  ├─.settings
    │  │  │      .jsdtscope
    │  │  │      org.eclipse.jdt.core.prefs
    │  │  │      org.eclipse.wst.common.component
    │  │  │      org.eclipse.wst.common.project.facet.core.xml
    │  │  │      org.eclipse.wst.jsdt.ui.superType.container
    │  │  │      org.eclipse.wst.jsdt.ui.superType.name
    │  │  │      
    │  │  ├─build
    │  │  │  └─classes
    │  │  │      │  applicationContext.xml
    │  │  │      │  
    │  │  │      └─com
    │  │  │          └─itheima
    │  │  │              └─ioc
    │  │  │                      TestDI.class
    │  │  │                      TestIoC.class
    │  │  │                      UserDao.class
    │  │  │                      UserDaoImpl.class
    │  │  │                      UserService.class
    │  │  │                      UserServiceImpl.class
    │  │  │                      
    │  │  ├─src
    │  │  │  │  applicationContext.xml
    │  │  │  │  
    │  │  │  └─com
    │  │  │      └─itheima
    │  │  │          └─ioc
    │  │  │                  TestDI.java
    │  │  │                  TestIoC.java
    │  │  │                  UserDao.java
    │  │  │                  UserDaoImpl.java
    │  │  │                  UserService.java
    │  │  │                  UserServiceImpl.java
    │  │  │                  
    │  │  └─WebContent
    │  │      ├─META-INF
    │  │      │      MANIFEST.MF
    │  │      │      
    │  │      └─WEB-INF
    │  │          │  web.xml
    │  │          │  
    │  │          └─lib
    │  │                  commons-logging-1.2.jar
    │  │                  spring-beans-4.3.6.RELEASE.jar
    │  │                  spring-context-4.3.6.RELEASE.jar
    │  │                  spring-core-4.3.6.RELEASE.jar
    │  │                  spring-expression-4.3.6.RELEASE.jar
    │  │                  
    │  ├─chapter02
    │  │  │  .classpath
    │  │  │  .project
    │  │  │  
    │  │  ├─.settings
    │  │  │      .jsdtscope
    │  │  │      org.eclipse.jdt.core.prefs
    │  │  │      org.eclipse.wst.common.component
    │  │  │      org.eclipse.wst.common.project.facet.core.xml
    │  │  │      org.eclipse.wst.jsdt.ui.superType.container
    │  │  │      org.eclipse.wst.jsdt.ui.superType.name
    │  │  │      
    │  │  ├─build
    │  │  │  └─classes
    │  │  │      └─com
    │  │  │          └─itheima
    │  │  │              ├─annotation
    │  │  │              │      AnnotationAssembleTest.class
    │  │  │              │      beans6.xml
    │  │  │              │      UserController.class
    │  │  │              │      UserDao.class
    │  │  │              │      UserDaoImpl.class
    │  │  │              │      UserService.class
    │  │  │              │      UserServiceImpl.class
    │  │  │              │      
    │  │  │              ├─assemble
    │  │  │              │      beans5.xml
    │  │  │              │      User.class
    │  │  │              │      XmlBeanAssembleTest.class
    │  │  │              │      
    │  │  │              ├─instance
    │  │  │              │  ├─constructor
    │  │  │              │  │      Bean1.class
    │  │  │              │  │      beans1.xml
    │  │  │              │  │      InstanceTest1.class
    │  │  │              │  │      
    │  │  │              │  ├─factory
    │  │  │              │  │      Bean3.class
    │  │  │              │  │      beans3.xml
    │  │  │              │  │      InstanceTest3.class
    │  │  │              │  │      MyBean3Factory.class
    │  │  │              │  │      
    │  │  │              │  └─static_factory
    │  │  │              │          Bean2.class
    │  │  │              │          beans2.xml
    │  │  │              │          InstanceTest2.class
    │  │  │              │          MyBean2Factory.class
    │  │  │              │          
    │  │  │              └─scope
    │  │  │                      beans4.xml
    │  │  │                      Scope.class
    │  │  │                      ScopeTest.class
    │  │  │                      
    │  │  ├─src
    │  │  │  └─com
    │  │  │      └─itheima
    │  │  │          ├─annotation
    │  │  │          │      AnnotationAssembleTest.java
    │  │  │          │      beans6.xml
    │  │  │          │      UserController.java
    │  │  │          │      UserDao.java
    │  │  │          │      UserDaoImpl.java
    │  │  │          │      UserService.java
    │  │  │          │      UserServiceImpl.java
    │  │  │          │      
    │  │  │          ├─assemble
    │  │  │          │      beans5.xml
    │  │  │          │      User.java
    │  │  │          │      XmlBeanAssembleTest.java
    │  │  │          │      
    │  │  │          ├─instance
    │  │  │          │  ├─constructor
    │  │  │          │  │      Bean1.java
    │  │  │          │  │      beans1.xml
    │  │  │          │  │      InstanceTest1.java
    │  │  │          │  │      
    │  │  │          │  ├─factory
    │  │  │          │  │      Bean3.java
    │  │  │          │  │      beans3.xml
    │  │  │          │  │      InstanceTest3.java
    │  │  │          │  │      MyBean3Factory.java
    │  │  │          │  │      
    │  │  │          │  └─static_factory
    │  │  │          │          Bean2.java
    │  │  │          │          beans2.xml
    │  │  │          │          InstanceTest2.java
    │  │  │          │          MyBean2Factory.java
    │  │  │          │          
    │  │  │          └─scope
    │  │  │                  beans4.xml
    │  │  │                  Scope.java
    │  │  │                  ScopeTest.java
    │  │  │                  
    │  │  └─WebContent
    │  │      ├─META-INF
    │  │      │      MANIFEST.MF
    │  │      │      
    │  │      └─WEB-INF
    │  │          │  web.xml
    │  │          │  
    │  │          └─lib
    │  │                  commons-logging-1.2.jar
    │  │                  spring-aop-4.3.6.RELEASE.jar
    │  │                  spring-beans-4.3.6.RELEASE.jar
    │  │                  spring-context-4.3.6.RELEASE.jar
    │  │                  spring-core-4.3.6.RELEASE.jar
    │  │                  spring-expression-4.3.6.RELEASE.jar
    │  │                  
    │  ├─chapter03
    │  │  │  .classpath
    │  │  │  .project
    │  │  │  
    │  │  ├─.settings
    │  │  │      .jsdtscope
    │  │  │      org.eclipse.wst.common.component
    │  │  │      org.eclipse.wst.common.project.facet.core.xml
    │  │  │      org.eclipse.wst.jsdt.ui.superType.container
    │  │  │      org.eclipse.wst.jsdt.ui.superType.name
    │  │  │      
    │  │  ├─build
    │  │  │  └─classes
    │  │  │      └─com
    │  │  │          └─itheima
    │  │  │              ├─aspect
    │  │  │              │      MyAspect.class
    │  │  │              │      
    │  │  │              ├─aspectj
    │  │  │              │  ├─annotation
    │  │  │              │  │      applicationContext.xml
    │  │  │              │  │      MyAspect.class
    │  │  │              │  │      TestAnnotationAspectj.class
    │  │  │              │  │      
    │  │  │              │  └─xml
    │  │  │              │          applicationContext.xml
    │  │  │              │          MyAspect.class
    │  │  │              │          TestXmlAspectj.class
    │  │  │              │          
    │  │  │              ├─cglib
    │  │  │              │      CglibProxy.class
    │  │  │              │      CglibTest.class
    │  │  │              │      UserDao.class
    │  │  │              │      
    │  │  │              ├─factorybean
    │  │  │              │      applicationContext.xml
    │  │  │              │      MyAspect.class
    │  │  │              │      ProxyFactoryBeanTest.class
    │  │  │              │      
    │  │  │              └─jdk
    │  │  │                      JdkProxy.class
    │  │  │                      JdkTest.class
    │  │  │                      UserDao.class
    │  │  │                      UserDaoImpl.class
    │  │  │                      
    │  │  ├─src
    │  │  │  └─com
    │  │  │      └─itheima
    │  │  │          ├─aspect
    │  │  │          │      MyAspect.java
    │  │  │          │      
    │  │  │          ├─aspectj
    │  │  │          │  ├─annotation
    │  │  │          │  │      applicationContext.xml
    │  │  │          │  │      MyAspect.java
    │  │  │          │  │      TestAnnotationAspectj.java
    │  │  │          │  │      
    │  │  │          │  └─xml
    │  │  │          │          applicationContext.xml
    │  │  │          │          MyAspect.java
    │  │  │          │          TestXmlAspectj.java
    │  │  │          │          
    │  │  │          ├─cglib
    │  │  │          │      CglibProxy.java
    │  │  │          │      CglibTest.java
    │  │  │          │      UserDao.java
    │  │  │          │      
    │  │  │          ├─factorybean
    │  │  │          │      applicationContext.xml
    │  │  │          │      MyAspect.java
    │  │  │          │      ProxyFactoryBeanTest.java
    │  │  │          │      
    │  │  │          └─jdk
    │  │  │                  JdkProxy.java
    │  │  │                  JdkTest.java
    │  │  │                  UserDao.java
    │  │  │                  UserDaoImpl.java
    │  │  │                  
    │  │  └─WebContent
    │  │      ├─META-INF
    │  │      │      MANIFEST.MF
    │  │      │      
    │  │      └─WEB-INF
    │  │          │  web.xml
    │  │          │  
    │  │          └─lib
    │  │                  aopalliance-1.0.jar
    │  │                  aspectjweaver-1.8.10.jar
    │  │                  commons-logging-1.2.jar
    │  │                  spring-aop-4.3.6.RELEASE.jar
    │  │                  spring-aspects-4.3.6.RELEASE.jar
    │  │                  spring-beans-4.3.6.RELEASE.jar
    │  │                  spring-context-4.3.6.RELEASE.jar
    │  │                  spring-core-4.3.6.RELEASE.jar
    │  │                  spring-expression-4.3.6.RELEASE.jar
    │  │                  
    │  ├─chapter04
    │  │  │  .classpath
    │  │  │  .project
    │  │  │  
    │  │  ├─.settings
    │  │  │      .jsdtscope
    │  │  │      org.eclipse.jdt.core.prefs
    │  │  │      org.eclipse.ltk.core.refactoring.prefs
    │  │  │      org.eclipse.wst.common.component
    │  │  │      org.eclipse.wst.common.project.facet.core.xml
    │  │  │      org.eclipse.wst.jsdt.ui.superType.container
    │  │  │      org.eclipse.wst.jsdt.ui.superType.name
    │  │  │      org.eclipse.wst.ws.service.policy.prefs
    │  │  │      
    │  │  ├─build
    │  │  │  └─classes
    │  │  │      │  applicationContext.xml
    │  │  │      │  
    │  │  │      └─com
    │  │  │          └─itheima
    │  │  │              └─jdbc
    │  │  │                      Account.class
    │  │  │                      AccountDao.class
    │  │  │                      AccountDaoImpl.class
    │  │  │                      JdbcTemplateTest.class
    │  │  │                      
    │  │  ├─src
    │  │  │  │  applicationContext.xml
    │  │  │  │  
    │  │  │  └─com
    │  │  │      └─itheima
    │  │  │          └─jdbc
    │  │  │                  Account.java
    │  │  │                  AccountDao.java
    │  │  │                  AccountDaoImpl.java
    │  │  │                  JdbcTemplateTest.java
    │  │  │                  
    │  │  └─WebContent
    │  │      ├─META-INF
    │  │      │      MANIFEST.MF
    │  │      │      
    │  │      └─WEB-INF
    │  │          │  web.xml
    │  │          │  
    │  │          └─lib
    │  │                  commons-logging-1.2.jar
    │  │                  mysql-connector-java-5.1.8.jar
    │  │                  spring-beans-4.3.6.RELEASE.jar
    │  │                  spring-context-4.3.6.RELEASE.jar
    │  │                  spring-core-4.3.6.RELEASE.jar
    │  │                  spring-expression-4.3.6.RELEASE.jar
    │  │                  spring-jdbc-4.3.6.RELEASE.jar
    │  │                  spring-tx-4.3.6.RELEASE.jar
    │  │                  
    │  ├─chapter05
    │  │  │  .classpath
    │  │  │  .project
    │  │  │  
    │  │  ├─.settings
    │  │  │      .jsdtscope
    │  │  │      org.eclipse.jdt.core.prefs
    │  │  │      org.eclipse.wst.common.component
    │  │  │      org.eclipse.wst.common.project.facet.core.xml
    │  │  │      org.eclipse.wst.jsdt.ui.superType.container
    │  │  │      org.eclipse.wst.jsdt.ui.superType.name
    │  │  │      
    │  │  ├─build
    │  │  │  └─classes
    │  │  │      │  applicationContext-annotation.xml
    │  │  │      │  applicationContext.xml
    │  │  │      │  
    │  │  │      └─com
    │  │  │          └─itheima
    │  │  │              └─jdbc
    │  │  │                      Account.class
    │  │  │                      AccountDao.class
    │  │  │                      AccountDaoImpl.class
    │  │  │                      JdbcTemplateTest.class
    │  │  │                      TransactionTest.class
    │  │  │                      
    │  │  ├─src
    │  │  │  │  applicationContext-annotation.xml
    │  │  │  │  applicationContext.xml
    │  │  │  │  
    │  │  │  └─com
    │  │  │      └─itheima
    │  │  │          └─jdbc
    │  │  │                  Account.java
    │  │  │                  AccountDao.java
    │  │  │                  AccountDaoImpl.java
    │  │  │                  JdbcTemplateTest.java
    │  │  │                  TransactionTest.java
    │  │  │                  
    │  │  └─WebContent
    │  │      ├─META-INF
    │  │      │      MANIFEST.MF
    │  │      │      
    │  │      └─WEB-INF
    │  │          │  web.xml
    │  │          │  
    │  │          └─lib
    │  │                  aopalliance-1.0.jar
    │  │                  aspectjweaver-1.8.10.jar
    │  │                  commons-logging-1.2.jar
    │  │                  mysql-connector-java-5.1.8.jar
    │  │                  spring-aop-4.3.6.RELEASE.jar
    │  │                  spring-aspects-4.3.6.RELEASE.jar
    │  │                  spring-beans-4.3.6.RELEASE.jar
    │  │                  spring-context-4.3.6.RELEASE.jar
    │  │                  spring-core-4.3.6.RELEASE.jar
    │  │                  spring-expression-4.3.6.RELEASE.jar
    │  │                  spring-jdbc-4.3.6.RELEASE.jar
    │  │                  spring-tx-4.3.6.RELEASE.jar
    │  │                  
    │  ├─chapter06
    │  │  │  .classpath
    │  │  │  .project
    │  │  │  
    │  │  ├─.settings
    │  │  │      .jsdtscope
    │  │  │      org.eclipse.core.resources.prefs
    │  │  │      org.eclipse.jdt.core.prefs
    │  │  │      org.eclipse.wst.common.component
    │  │  │      org.eclipse.wst.common.project.facet.core.xml
    │  │  │      org.eclipse.wst.jsdt.ui.superType.container
    │  │  │      org.eclipse.wst.jsdt.ui.superType.name
    │  │  │      
    │  │  ├─build
    │  │  │  └─classes
    │  │  │      │  log4j.properties
    │  │  │      │  mybatis-config.xml
    │  │  │      │  
    │  │  │      └─com
    │  │  │          └─itheima
    │  │  │              ├─mapper
    │  │  │              │      CustomerMapper.xml
    │  │  │              │      
    │  │  │              ├─po
    │  │  │              │      Customer.class
    │  │  │              │      
    │  │  │              └─test
    │  │  │                      MybatisTest.class
    │  │  │                      
    │  │  ├─src
    │  │  │  │  log4j.properties
    │  │  │  │  mybatis-config.xml
    │  │  │  │  
    │  │  │  └─com
    │  │  │      └─itheima
    │  │  │          ├─mapper
    │  │  │          │      CustomerMapper.xml
    │  │  │          │      
    │  │  │          ├─po
    │  │  │          │      Customer.java
    │  │  │          │      
    │  │  │          └─test
    │  │  │                  MybatisTest.java
    │  │  │                  
    │  │  └─WebContent
    │  │      ├─META-INF
    │  │      │      MANIFEST.MF
    │  │      │      
    │  │      └─WEB-INF
    │  │          │  web.xml
    │  │          │  
    │  │          └─lib
    │  │                  ant-1.9.6.jar
    │  │                  ant-launcher-1.9.6.jar
    │  │                  asm-5.1.jar
    │  │                  cglib-3.2.4.jar
    │  │                  commons-logging-1.2.jar
    │  │                  javassist-3.21.0-GA.jar
    │  │                  log4j-1.2.17.jar
    │  │                  log4j-api-2.3.jar
    │  │                  log4j-core-2.3.jar
    │  │                  mybatis-3.4.2.jar
    │  │                  mysql-connector-java-5.1.40-bin.jar
    │  │                  ognl-3.1.12.jar
    │  │                  slf4j-api-1.7.22.jar
    │  │                  slf4j-log4j12-1.7.22.jar
    │  │                  
    │  ├─chapter07
    │  │  │  .classpath
    │  │  │  .project
    │  │  │  chapter07.iml
    │  │  │  
    │  │  ├─.idea
    │  │  │      misc.xml
    │  │  │      modules.xml
    │  │  │      workspace.xml
    │  │  │      
    │  │  ├─.settings
    │  │  │      .jsdtscope
    │  │  │      org.eclipse.jdt.core.prefs
    │  │  │      org.eclipse.wst.common.component
    │  │  │      org.eclipse.wst.common.project.facet.core.xml
    │  │  │      org.eclipse.wst.jsdt.ui.superType.container
    │  │  │      org.eclipse.wst.jsdt.ui.superType.name
    │  │  │      
    │  │  ├─build
    │  │  │  └─classes
    │  │  │      │  db.properties
    │  │  │      │  log4j.properties
    │  │  │      │  mybatis-config.xml
    │  │  │      │  
    │  │  │      └─com
    │  │  │          └─itheima
    │  │  │              ├─factory
    │  │  │              │      MyObjectFactory.class
    │  │  │              │      
    │  │  │              ├─mapper
    │  │  │              │      CustomerMapper.xml
    │  │  │              │      UserMapper.xml
    │  │  │              │      
    │  │  │              ├─po
    │  │  │              │      Customer.class
    │  │  │              │      User.class
    │  │  │              │      
    │  │  │              ├─test
    │  │  │              │      MybatisTest.class
    │  │  │              │      
    │  │  │              └─utils
    │  │  │                      MybatisUtils.class
    │  │  │                      
    │  │  ├─src
    │  │  │  │  db.properties
    │  │  │  │  log4j.properties
    │  │  │  │  mybatis-config.xml
    │  │  │  │  
    │  │  │  └─com
    │  │  │      └─itheima
    │  │  │          ├─factory
    │  │  │          │      MyObjectFactory.java
    │  │  │          │      
    │  │  │          ├─mapper
    │  │  │          │      CustomerMapper.xml
    │  │  │          │      UserMapper.xml
    │  │  │          │      
    │  │  │          ├─po
    │  │  │          │      Customer.java
    │  │  │          │      User.java
    │  │  │          │      
    │  │  │          ├─test
    │  │  │          │      MybatisTest.java
    │  │  │          │      
    │  │  │          └─utils
    │  │  │                  MybatisUtils.java
    │  │  │                  
    │  │  └─WebContent
    │  │      ├─META-INF
    │  │      │      MANIFEST.MF
    │  │      │      
    │  │      └─WEB-INF
    │  │          │  web.xml
    │  │          │  
    │  │          └─lib
    │  │                  ant-1.9.6.jar
    │  │                  ant-launcher-1.9.6.jar
    │  │                  asm-5.1.jar
    │  │                  cglib-3.2.4.jar
    │  │                  commons-logging-1.2.jar
    │  │                  javassist-3.21.0-GA.jar
    │  │                  log4j-1.2.17.jar
    │  │                  log4j-api-2.3.jar
    │  │                  log4j-core-2.3.jar
    │  │                  mybatis-3.4.2.jar
    │  │                  mysql-connector-java-5.1.40-bin.jar
    │  │                  ognl-3.1.12.jar
    │  │                  slf4j-api-1.7.22.jar
    │  │                  slf4j-log4j12-1.7.22.jar
    │  │                  
    │  ├─chapter08
    │  │  │  .classpath
    │  │  │  .project
    │  │  │  
    │  │  ├─.settings
    │  │  │      .jsdtscope
    │  │  │      org.eclipse.jdt.core.prefs
    │  │  │      org.eclipse.wst.common.component
    │  │  │      org.eclipse.wst.common.project.facet.core.xml
    │  │  │      org.eclipse.wst.jsdt.ui.superType.container
    │  │  │      org.eclipse.wst.jsdt.ui.superType.name
    │  │  │      
    │  │  ├─build
    │  │  │  └─classes
    │  │  │      │  db.properties
    │  │  │      │  log4j.properties
    │  │  │      │  mybatis-config.xml
    │  │  │      │  
    │  │  │      └─com
    │  │  │          └─itheima
    │  │  │              ├─mapper
    │  │  │              │      CustomerMapper.xml
    │  │  │              │      
    │  │  │              ├─po
    │  │  │              │      Customer.class
    │  │  │              │      
    │  │  │              ├─test
    │  │  │              │      MybatisTest.class
    │  │  │              │      
    │  │  │              └─utils
    │  │  │                      MybatisUtils.class
    │  │  │                      
    │  │  ├─src
    │  │  │  │  db.properties
    │  │  │  │  log4j.properties
    │  │  │  │  mybatis-config.xml
    │  │  │  │  
    │  │  │  └─com
    │  │  │      └─itheima
    │  │  │          ├─mapper
    │  │  │          │      CustomerMapper.xml
    │  │  │          │      
    │  │  │          ├─po
    │  │  │          │      Customer.java
    │  │  │          │      
    │  │  │          ├─test
    │  │  │          │      MybatisTest.java
    │  │  │          │      
    │  │  │          └─utils
    │  │  │                  MybatisUtils.java
    │  │  │                  
    │  │  └─WebContent
    │  │      ├─META-INF
    │  │      │      MANIFEST.MF
    │  │      │      
    │  │      └─WEB-INF
    │  │          │  web.xml
    │  │          │  
    │  │          └─lib
    │  │                  ant-1.9.6.jar
    │  │                  ant-launcher-1.9.6.jar
    │  │                  asm-5.1.jar
    │  │                  cglib-3.2.4.jar
    │  │                  commons-logging-1.2.jar
    │  │                  javassist-3.21.0-GA.jar
    │  │                  log4j-1.2.17.jar
    │  │                  log4j-api-2.3.jar
    │  │                  log4j-core-2.3.jar
    │  │                  mybatis-3.4.2.jar
    │  │                  mysql-connector-java-5.1.40-bin.jar
    │  │                  ognl-3.1.12.jar
    │  │                  slf4j-api-1.7.22.jar
    │  │                  slf4j-log4j12-1.7.22.jar
    │  │                  
    │  ├─chapter09
    │  │  │  .classpath
    │  │  │  .project
    │  │  │  
    │  │  ├─.settings
    │  │  │      .jsdtscope
    │  │  │      org.eclipse.jdt.core.prefs
    │  │  │      org.eclipse.wst.common.component
    │  │  │      org.eclipse.wst.common.project.facet.core.xml
    │  │  │      org.eclipse.wst.jsdt.ui.superType.container
    │  │  │      org.eclipse.wst.jsdt.ui.superType.name
    │  │  │      
    │  │  ├─build
    │  │  │  └─classes
    │  │  │      │  db.properties
    │  │  │      │  log4j.properties
    │  │  │      │  mybatis-config.xml
    │  │  │      │  
    │  │  │      └─com
    │  │  │          └─itheima
    │  │  │              ├─mapper
    │  │  │              │      IdCardMapper.xml
    │  │  │              │      OrdersMapper.xml
    │  │  │              │      PersonMapper.xml
    │  │  │              │      ProductMapper.xml
    │  │  │              │      UserMapper.xml
    │  │  │              │      
    │  │  │              ├─po
    │  │  │              │      IdCard.class
    │  │  │              │      Orders.class
    │  │  │              │      Person.class
    │  │  │              │      Product.class
    │  │  │              │      User.class
    │  │  │              │      
    │  │  │              ├─test
    │  │  │              │      MybatisAssociatedTest.class
    │  │  │              │      
    │  │  │              └─utils
    │  │  │                      MybatisUtils.class
    │  │  │                      
    │  │  ├─src
    │  │  │  │  db.properties
    │  │  │  │  log4j.properties
    │  │  │  │  mybatis-config.xml
    │  │  │  │  
    │  │  │  └─com
    │  │  │      └─itheima
    │  │  │          ├─mapper
    │  │  │          │      IdCardMapper.xml
    │  │  │          │      OrdersMapper.xml
    │  │  │          │      PersonMapper.xml
    │  │  │          │      ProductMapper.xml
    │  │  │          │      UserMapper.xml
    │  │  │          │      
    │  │  │          ├─po
    │  │  │          │      IdCard.java
    │  │  │          │      Orders.java
    │  │  │          │      Person.java
    │  │  │          │      Product.java
    │  │  │          │      User.java
    │  │  │          │      
    │  │  │          ├─test
    │  │  │          │      MybatisAssociatedTest.java
    │  │  │          │      
    │  │  │          └─utils
    │  │  │                  MybatisUtils.java
    │  │  │                  
    │  │  └─WebContent
    │  │      ├─META-INF
    │  │      │      MANIFEST.MF
    │  │      │      
    │  │      └─WEB-INF
    │  │          │  web.xml
    │  │          │  
    │  │          └─lib
    │  │                  ant-1.9.6.jar
    │  │                  ant-launcher-1.9.6.jar
    │  │                  asm-5.1.jar
    │  │                  cglib-3.2.4.jar
    │  │                  commons-logging-1.2.jar
    │  │                  javassist-3.21.0-GA.jar
    │  │                  log4j-1.2.17.jar
    │  │                  log4j-api-2.3.jar
    │  │                  log4j-core-2.3.jar
    │  │                  mybatis-3.4.2.jar
    │  │                  mysql-connector-java-5.1.40-bin.jar
    │  │                  ognl-3.1.12.jar
    │  │                  slf4j-api-1.7.22.jar
    │  │                  slf4j-log4j12-1.7.22.jar
    │  │                  
    │  ├─chapter10
    │  │  │  .classpath
    │  │  │  .project
    │  │  │  
    │  │  ├─.settings
    │  │  │      .jsdtscope
    │  │  │      org.eclipse.jdt.core.prefs
    │  │  │      org.eclipse.wst.common.component
    │  │  │      org.eclipse.wst.common.project.facet.core.xml
    │  │  │      org.eclipse.wst.jsdt.ui.superType.container
    │  │  │      org.eclipse.wst.jsdt.ui.superType.name
    │  │  │      
    │  │  ├─build
    │  │  │  └─classes
    │  │  │      │  applicationContext.xml
    │  │  │      │  db.properties
    │  │  │      │  log4j.properties
    │  │  │      │  mybatis-config.xml
    │  │  │      │  
    │  │  │      └─com
    │  │  │          └─itheima
    │  │  │              ├─dao
    │  │  │              │  │  CustomerDao.class
    │  │  │              │  │  
    │  │  │              │  └─impl
    │  │  │              │          CustomerDaoImpl.class
    │  │  │              │          
    │  │  │              ├─mapper
    │  │  │              │      CustomerMapper.class
    │  │  │              │      CustomerMapper.xml
    │  │  │              │      
    │  │  │              ├─po
    │  │  │              │      Customer.class
    │  │  │              │      CustomerMapper.xml
    │  │  │              │      
    │  │  │              ├─service
    │  │  │              │  │  CustomerService.class
    │  │  │              │  │  
    │  │  │              │  └─impl
    │  │  │              │          CustomerServiceImpl.class
    │  │  │              │          
    │  │  │              └─test
    │  │  │                      DaoTest.class
    │  │  │                      TransactionTest.class
    │  │  │                      
    │  │  ├─src
    │  │  │  │  applicationContext.xml
    │  │  │  │  db.properties
    │  │  │  │  log4j.properties
    │  │  │  │  mybatis-config.xml
    │  │  │  │  
    │  │  │  └─com
    │  │  │      └─itheima
    │  │  │          ├─dao
    │  │  │          │  │  CustomerDao.java
    │  │  │          │  │  
    │  │  │          │  └─impl
    │  │  │          │          CustomerDaoImpl.java
    │  │  │          │          
    │  │  │          ├─mapper
    │  │  │          │      CustomerMapper.java
    │  │  │          │      CustomerMapper.xml
    │  │  │          │      
    │  │  │          ├─po
    │  │  │          │      Customer.java
    │  │  │          │      CustomerMapper.xml
    │  │  │          │      
    │  │  │          ├─service
    │  │  │          │  │  CustomerService.java
    │  │  │          │  │  
    │  │  │          │  └─impl
    │  │  │          │          CustomerServiceImpl.java
    │  │  │          │          
    │  │  │          └─test
    │  │  │                  DaoTest.java
    │  │  │                  TransactionTest.java
    │  │  │                  
    │  │  └─WebContent
    │  │      ├─META-INF
    │  │      │      MANIFEST.MF
    │  │      │      
    │  │      └─WEB-INF
    │  │          │  web.xml
    │  │          │  
    │  │          └─lib
    │  │                  ant-1.9.6.jar
    │  │                  ant-launcher-1.9.6.jar
    │  │                  asm-5.1.jar
    │  │                  aspectjweaver-1.8.10.jar
    │  │                  cglib-3.2.4.jar
    │  │                  commons-dbcp2-2.1.1.jar
    │  │                  commons-logging-1.2.jar
    │  │                  commons-pool2-2.4.2.jar
    │  │                  javassist-3.21.0-GA.jar
    │  │                  log4j-1.2.17.jar
    │  │                  log4j-api-2.3.jar
    │  │                  log4j-core-2.3.jar
    │  │                  mybatis-3.4.2.jar
    │  │                  mybatis-spring-1.3.1.jar
    │  │                  mysql-connector-java-5.1.40-bin.jar
    │  │                  mysql-connector-java-5.1.8.jar
    │  │                  ognl-3.1.12.jar
    │  │                  slf4j-api-1.7.22.jar
    │  │                  slf4j-log4j12-1.7.22.jar
    │  │                  spring-aop-4.3.6.RELEASE.jar
    │  │                  spring-aspects-4.3.6.RELEASE.jar
    │  │                  spring-beans-4.3.6.RELEASE.jar
    │  │                  spring-context-4.3.6.RELEASE.jar
    │  │                  spring-core-4.3.6.RELEASE.jar
    │  │                  spring-expression-4.3.6.RELEASE.jar
    │  │                  spring-jdbc-4.3.6.RELEASE.jar
    │  │                  spring-tx-4.3.6.RELEASE.jar
    │  │                  
    │  ├─chapter11
    │  │  │  .classpath
    │  │  │  .project
    │  │  │  
    │  │  ├─.settings
    │  │  │      .jsdtscope
    │  │  │      org.eclipse.jdt.core.prefs
    │  │  │      org.eclipse.wst.common.component
    │  │  │      org.eclipse.wst.common.project.facet.core.xml
    │  │  │      org.eclipse.wst.jsdt.ui.superType.container
    │  │  │      org.eclipse.wst.jsdt.ui.superType.name
    │  │  │      
    │  │  ├─build
    │  │  │  └─classes
    │  │  │      │  springmvc-config.xml
    │  │  │      │  
    │  │  │      └─com
    │  │  │          └─itheima
    │  │  │              └─controller
    │  │  │                      FirstController.class
    │  │  │                      
    │  │  ├─src
    │  │  │  │  springmvc-config.xml
    │  │  │  │  
    │  │  │  └─com
    │  │  │      └─itheima
    │  │  │          └─controller
    │  │  │                  FirstController.java
    │  │  │                  
    │  │  └─WebContent
    │  │      ├─META-INF
    │  │      │      MANIFEST.MF
    │  │      │      
    │  │      └─WEB-INF
    │  │          │  web.xml
    │  │          │  
    │  │          ├─jsp
    │  │          │      first.jsp
    │  │          │      
    │  │          └─lib
    │  │                  commons-logging-1.2.jar
    │  │                  spring-beans-4.3.6.RELEASE.jar
    │  │                  spring-context-4.3.6.RELEASE.jar
    │  │                  spring-core-4.3.6.RELEASE.jar
    │  │                  spring-expression-4.3.6.RELEASE.jar
    │  │                  spring-web-4.3.6.RELEASE.jar
    │  │                  spring-webmvc-4.3.6.RELEASE.jar
    │  │                  
    │  ├─chapter12
    │  │  │  .classpath
    │  │  │  .project
    │  │  │  
    │  │  ├─.settings
    │  │  │      .jsdtscope
    │  │  │      org.eclipse.jdt.core.prefs
    │  │  │      org.eclipse.wst.common.component
    │  │  │      org.eclipse.wst.common.project.facet.core.xml
    │  │  │      org.eclipse.wst.jsdt.ui.superType.container
    │  │  │      org.eclipse.wst.jsdt.ui.superType.name
    │  │  │      
    │  │  ├─build
    │  │  │  └─classes
    │  │  │      │  springmvc-config.xml
    │  │  │      │  
    │  │  │      └─com
    │  │  │          └─itheima
    │  │  │              └─controller
    │  │  │                      FirstController.class
    │  │  │                      
    │  │  ├─src
    │  │  │  │  springmvc-config.xml
    │  │  │  │  
    │  │  │  └─com
    │  │  │      └─itheima
    │  │  │          └─controller
    │  │  │                  FirstController.java
    │  │  │                  
    │  │  └─WebContent
    │  │      ├─META-INF
    │  │      │      MANIFEST.MF
    │  │      │      
    │  │      └─WEB-INF
    │  │          │  web.xml
    │  │          │  
    │  │          ├─jsp
    │  │          │      first.jsp
    │  │          │      
    │  │          └─lib
    │  │                  commons-logging-1.2.jar
    │  │                  spring-aop-4.3.6.RELEASE.jar
    │  │                  spring-beans-4.3.6.RELEASE.jar
    │  │                  spring-context-4.3.6.RELEASE.jar
    │  │                  spring-core-4.3.6.RELEASE.jar
    │  │                  spring-expression-4.3.6.RELEASE.jar
    │  │                  spring-web-4.3.6.RELEASE.jar
    │  │                  spring-webmvc-4.3.6.RELEASE.jar
    │  │                  
    │  ├─chapter13
    │  │  │  .classpath
    │  │  │  .project
    │  │  │  
    │  │  ├─.settings
    │  │  │      .jsdtscope
    │  │  │      org.eclipse.jdt.core.prefs
    │  │  │      org.eclipse.wst.common.component
    │  │  │      org.eclipse.wst.common.project.facet.core.xml
    │  │  │      org.eclipse.wst.jsdt.ui.superType.container
    │  │  │      org.eclipse.wst.jsdt.ui.superType.name
    │  │  │      
    │  │  ├─build
    │  │  │  └─classes
    │  │  │      │  springmvc-config.xml
    │  │  │      │  
    │  │  │      └─com
    │  │  │          └─itheima
    │  │  │              ├─controller
    │  │  │              │      DateController.class
    │  │  │              │      OrdersController.class
    │  │  │              │      UserController.class
    │  │  │              │      
    │  │  │              ├─convert
    │  │  │              │      DateConverter.class
    │  │  │              │      DateFormatter.class
    │  │  │              │      
    │  │  │              ├─po
    │  │  │              │      Orders.class
    │  │  │              │      User.class
    │  │  │              │      
    │  │  │              └─vo
    │  │  │                      UserVO.class
    │  │  │                      
    │  │  ├─src
    │  │  │  │  springmvc-config.xml
    │  │  │  │  
    │  │  │  └─com
    │  │  │      └─itheima
    │  │  │          ├─controller
    │  │  │          │      DateController.java
    │  │  │          │      OrdersController.java
    │  │  │          │      UserController.java
    │  │  │          │      
    │  │  │          ├─convert
    │  │  │          │      DateConverter.java
    │  │  │          │      DateFormatter.java
    │  │  │          │      
    │  │  │          ├─po
    │  │  │          │      Orders.java
    │  │  │          │      User.java
    │  │  │          │      
    │  │  │          └─vo
    │  │  │                  UserVO.java
    │  │  │                  
    │  │  └─WebContent
    │  │      ├─META-INF
    │  │      │      MANIFEST.MF
    │  │      │      
    │  │      └─WEB-INF
    │  │          │  web.xml
    │  │          │  
    │  │          ├─jsp
    │  │          │      orders.jsp
    │  │          │      register.jsp
    │  │          │      success.jsp
    │  │          │      user.jsp
    │  │          │      user_edit.jsp
    │  │          │      
    │  │          └─lib
    │  │                  commons-logging-1.2.jar
    │  │                  spring-aop-4.3.6.RELEASE.jar
    │  │                  spring-beans-4.3.6.RELEASE.jar
    │  │                  spring-context-4.3.6.RELEASE.jar
    │  │                  spring-core-4.3.6.RELEASE.jar
    │  │                  spring-expression-4.3.6.RELEASE.jar
    │  │                  spring-web-4.3.6.RELEASE.jar
    │  │                  spring-webmvc-4.3.6.RELEASE.jar
    │  │                  
    │  ├─chapter14
    │  │  │  .classpath
    │  │  │  .project
    │  │  │  
    │  │  ├─.settings
    │  │  │      .jsdtscope
    │  │  │      org.eclipse.jdt.core.prefs
    │  │  │      org.eclipse.wst.common.component
    │  │  │      org.eclipse.wst.common.project.facet.core.xml
    │  │  │      org.eclipse.wst.jsdt.ui.superType.container
    │  │  │      org.eclipse.wst.jsdt.ui.superType.name
    │  │  │      
    │  │  ├─build
    │  │  │  └─classes
    │  │  │      │  springmvc-config.xml
    │  │  │      │  
    │  │  │      └─com
    │  │  │          └─itheima
    │  │  │              ├─controller
    │  │  │              │      UserController.class
    │  │  │              │      
    │  │  │              └─po
    │  │  │                      User.class
    │  │  │                      
    │  │  ├─src
    │  │  │  │  springmvc-config.xml
    │  │  │  │  
    │  │  │  └─com
    │  │  │      └─itheima
    │  │  │          ├─controller
    │  │  │          │      UserController.java
    │  │  │          │      
    │  │  │          └─po
    │  │  │                  User.java
    │  │  │                  
    │  │  └─WebContent
    │  │      │  index.jsp
    │  │      │  restful.jsp
    │  │      │  
    │  │      ├─js
    │  │      │      jquery-1.11.3.min.js
    │  │      │      
    │  │      ├─META-INF
    │  │      │      MANIFEST.MF
    │  │      │      
    │  │      └─WEB-INF
    │  │          │  web.xml
    │  │          │  
    │  │          └─lib
    │  │                  commons-logging-1.2.jar
    │  │                  jackson-annotations-2.8.8.jar
    │  │                  jackson-core-2.8.8.jar
    │  │                  jackson-databind-2.8.8.jar
    │  │                  spring-aop-4.3.6.RELEASE.jar
    │  │                  spring-beans-4.3.6.RELEASE.jar
    │  │                  spring-context-4.3.6.RELEASE.jar
    │  │                  spring-core-4.3.6.RELEASE.jar
    │  │                  spring-expression-4.3.6.RELEASE.jar
    │  │                  spring-web-4.3.6.RELEASE.jar
    │  │                  spring-webmvc-4.3.6.RELEASE.jar
    │  │                  
    │  ├─chapter15
    │  │  │  .classpath
    │  │  │  .project
    │  │  │  
    │  │  ├─.settings
    │  │  │      .jsdtscope
    │  │  │      org.eclipse.jdt.core.prefs
    │  │  │      org.eclipse.wst.common.component
    │  │  │      org.eclipse.wst.common.project.facet.core.xml
    │  │  │      org.eclipse.wst.jsdt.ui.superType.container
    │  │  │      org.eclipse.wst.jsdt.ui.superType.name
    │  │  │      
    │  │  ├─build
    │  │  │  └─classes
    │  │  │      │  springmvc-config.xml
    │  │  │      │  
    │  │  │      └─com
    │  │  │          └─itheima
    │  │  │              ├─controller
    │  │  │              │      HelloController.class
    │  │  │              │      UserController.class
    │  │  │              │      
    │  │  │              ├─interceptor
    │  │  │              │      CustomInterceptor.class
    │  │  │              │      Interceptor1.class
    │  │  │              │      Interceptor2.class
    │  │  │              │      LoginInterceptor.class
    │  │  │              │      
    │  │  │              └─po
    │  │  │                      User.class
    │  │  │                      
    │  │  ├─src
    │  │  │  │  springmvc-config.xml
    │  │  │  │  
    │  │  │  └─com
    │  │  │      └─itheima
    │  │  │          ├─controller
    │  │  │          │      HelloController.java
    │  │  │          │      UserController.java
    │  │  │          │      
    │  │  │          ├─interceptor
    │  │  │          │      CustomInterceptor.java
    │  │  │          │      Interceptor1.java
    │  │  │          │      Interceptor2.java
    │  │  │          │      LoginInterceptor.java
    │  │  │          │      
    │  │  │          └─po
    │  │  │                  User.java
    │  │  │                  
    │  │  └─WebContent
    │  │      ├─META-INF
    │  │      │      MANIFEST.MF
    │  │      │      
    │  │      └─WEB-INF
    │  │          │  web.xml
    │  │          │  
    │  │          ├─jsp
    │  │          │      login.jsp
    │  │          │      main.jsp
    │  │          │      success.jsp
    │  │          │      
    │  │          └─lib
    │  │                  commons-logging-1.2.jar
    │  │                  spring-aop-4.3.6.RELEASE.jar
    │  │                  spring-beans-4.3.6.RELEASE.jar
    │  │                  spring-context-4.3.6.RELEASE.jar
    │  │                  spring-core-4.3.6.RELEASE.jar
    │  │                  spring-expression-4.3.6.RELEASE.jar
    │  │                  spring-web-4.3.6.RELEASE.jar
    │  │                  spring-webmvc-4.3.6.RELEASE.jar
    │  │                  
    │  ├─chapter16
    │  │  │  .classpath
    │  │  │  .project
    │  │  │  
    │  │  ├─.settings
    │  │  │      .jsdtscope
    │  │  │      org.eclipse.core.resources.prefs
    │  │  │      org.eclipse.jdt.core.prefs
    │  │  │      org.eclipse.wst.common.component
    │  │  │      org.eclipse.wst.common.project.facet.core.xml
    │  │  │      org.eclipse.wst.jsdt.ui.superType.container
    │  │  │      org.eclipse.wst.jsdt.ui.superType.name
    │  │  │      
    │  │  ├─build
    │  │  │  └─classes
    │  │  │      │  springmvc-config.xml
    │  │  │      │  
    │  │  │      └─com
    │  │  │          └─itheima
    │  │  │              └─controller
    │  │  │                      FileUploadController.class
    │  │  │                      
    │  │  ├─src
    │  │  │  │  springmvc-config.xml
    │  │  │  │  
    │  │  │  └─com
    │  │  │      └─itheima
    │  │  │          └─controller
    │  │  │                  FileUploadController.java
    │  │  │                  
    │  │  └─WebContent
    │  │      │  download.jsp
    │  │      │  fileUpload.jsp
    │  │      │  
    │  │      ├─META-INF
    │  │      │      MANIFEST.MF
    │  │      │      
    │  │      └─WEB-INF
    │  │          │  web.xml
    │  │          │  
    │  │          ├─jsp
    │  │          │      error.jsp
    │  │          │      success.jsp
    │  │          │      
    │  │          └─lib
    │  │                  commons-fileupload-1.3.2.jar
    │  │                  commons-io-2.5.jar
    │  │                  commons-logging-1.2.jar
    │  │                  spring-aop-4.3.6.RELEASE.jar
    │  │                  spring-beans-4.3.6.RELEASE.jar
    │  │                  spring-context-4.3.6.RELEASE.jar
    │  │                  spring-core-4.3.6.RELEASE.jar
    │  │                  spring-expression-4.3.6.RELEASE.jar
    │  │                  spring-web-4.3.6.RELEASE.jar
    │  │                  spring-webmvc-4.3.6.RELEASE.jar
    │  │                  
    │  └─chapter17
    │      │  .classpath
    │      │  .project
    │      │  
    │      ├─.settings
    │      │      .jsdtscope
    │      │      org.eclipse.jdt.core.prefs
    │      │      org.eclipse.wst.common.component
    │      │      org.eclipse.wst.common.project.facet.core.xml
    │      │      org.eclipse.wst.jsdt.ui.superType.container
    │      │      org.eclipse.wst.jsdt.ui.superType.name
    │      │      
    │      ├─build
    │      │  └─classes
    │      │      │  applicationContext.xml
    │      │      │  db.properties
    │      │      │  log4j.properties
    │      │      │  mybatis-config.xml
    │      │      │  springmvc-config.xml
    │      │      │  
    │      │      └─com
    │      │          └─itheima
    │      │              ├─controller
    │      │              │      CustomerController.class
    │      │              │      
    │      │              ├─dao
    │      │              │      CustomerDao.class
    │      │              │      CustomerDao.xml
    │      │              │      
    │      │              ├─po
    │      │              │      Customer.class
    │      │              │      
    │      │              └─service
    │      │                  │  CustomerService.class
    │      │                  │  
    │      │                  └─impl
    │      │                          CustomerServiceImpl.class
    │      │                          
    │      ├─config
    │      │      applicationContext.xml
    │      │      db.properties
    │      │      log4j.properties
    │      │      mybatis-config.xml
    │      │      springmvc-config.xml
    │      │      
    │      ├─src
    │      │  └─com
    │      │      └─itheima
    │      │          ├─controller
    │      │          │      CustomerController.java
    │      │          │      
    │      │          ├─dao
    │      │          │      CustomerDao.java
    │      │          │      CustomerDao.xml
    │      │          │      
    │      │          ├─po
    │      │          │      Customer.java
    │      │          │      
    │      │          └─service
    │      │              │  CustomerService.java
    │      │              │  
    │      │              └─impl
    │      │                      CustomerServiceImpl.java
    │      │                      
    │      └─WebContent
    │          ├─META-INF
    │          │      MANIFEST.MF
    │          │      
    │          └─WEB-INF
    │              │  web.xml
    │              │  
    │              ├─jsp
    │              │      customer.jsp
    │              │      
    │              └─lib
    │                      ant-1.9.6.jar
    │                      ant-launcher-1.9.6.jar
    │                      asm-5.1.jar
    │                      aspectjweaver-1.8.10.jar
    │                      cglib-3.2.4.jar
    │                      commons-dbcp2-2.1.1.jar
    │                      commons-logging-1.2.jar
    │                      commons-pool2-2.4.2.jar
    │                      javassist-3.21.0-GA.jar
    │                      log4j-1.2.17.jar
    │                      log4j-api-2.3.jar
    │                      log4j-core-2.3.jar
    │                      mybatis-3.4.2.jar
    │                      mybatis-spring-1.3.1.jar
    │                      mysql-connector-java-5.1.40-bin.jar
    │                      mysql-connector-java-5.1.8.jar
    │                      ognl-3.1.12.jar
    │                      slf4j-api-1.7.22.jar
    │                      slf4j-log4j12-1.7.22.jar
    │                      spring-aop-4.3.6.RELEASE.jar
    │                      spring-aspects-4.3.6.RELEASE.jar
    │                      spring-beans-4.3.6.RELEASE.jar
    │                      spring-context-4.3.6.RELEASE.jar
    │                      spring-core-4.3.6.RELEASE.jar
    │                      spring-expression-4.3.6.RELEASE.jar
    │                      spring-jdbc-4.3.6.RELEASE.jar
    │                      spring-tx-4.3.6.RELEASE.jar
    │                      spring-web-4.3.6.RELEASE.jar
    │                      spring-webmvc-4.3.6.RELEASE.jar
    │                      
    ├─线下题库
    │      《Java?EE企业级应用开发教程(Spring Spring?MVC MyBatis)》.docx
    │      
    └─课后习题
            《Java EE企业级应用开发教程(Spring Spring MVC MyBatis)》_课后习题.docx
            


实例下载地址

黑马程序员javaee程序设计任务教程源码,练习题等

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警