1.创建web工程,选择web.xml文件,并导入相关jar包(使用的spring4.0以上版本,) 2.配置web.xml文件,包括spring.xml,springMVC.xml的加载映射,核心操作, 3.写分层结构包,实体层,数据访问层,业务层,控制类层 4.写mybatis配置文件,mybatis-config.xml 5.spring的配置文件,applicationContext.xml.注创建Spring的xml文件时,要勾选aop,beans,context,tx 6.连库信息(…