目录
配置说明
所需jar包
配置db.properties
配置log4j.properties
配置spring.xml
配置mybatis-spring.xml
配置springmvc.xml
配置web.xml
配置说明
正如标题所说的,本篇博客是使用xml方式,基于Spring4 + Mybatis3搭建的一套简单的ssm环境。
因为Spring MVC只是Spring的一个子产品,在架构中,Spring和SpringMVC其实都是容器,而Spring容器是SpringMVC容器的父容器。
所需jar包
配置db.properties
配置log4j.properties
配置spring.xml
配置mybatis-spring.xml
配置springmvc.xml
配置web.xml
原文地址:https://www.cnblogs.com/-beyond/p/10759625.html
时间: 2024-11-10 15:50:40