整合Spring、SpringMVC和Mybatis的架构,包括spring-dao.xml、spring-service.xml和spring-mvc.xml配置文件的基本配置,以及在applicationContext.xml配置文件中对其进行综合。完善了常规的Controller调用service层和service层调用Dao层的架构,实现基本的增删改查。此项目可作为空项目的起手,可直接使用其中的配置文件。