新建maven.xxxx.webapp项目
构建文件目录
pom.xml配置
数据库信息和Mybatis-config.xml
spring配置文件, spring-mvc, spring-dao, spring-service
Pojo对象创建,dao,service, Mybatis Mapper,最后service-impl实现
Tomcat部署