2022
05-20
05-20
Spring+SpringMVC+MyBatis整合实战(SSM框架)
目录SpringMVCSpringMyBatis项目结构maven配置文件pom.xmlwebapp配置文件web.xmlspring配置文件applicationContext.xmlspring-mvc配置文件spring-mvc.xmlmybatis映射文件AccountMapper.xmlmybatis配置文件(两种整合方法)日志配置文件log4j.properties建表语句Tomcat传递过程在写代码之前我们先了解一下这三个框架分别是干什么的?SpringMVC它用于web层,相当于controller(等价于传统的servlet和struts的action),用来处理用户...
继续阅读 >