SSM原理图
2021-07-05 23:46:37 0 举报
使用架构图描述SSM(Spring+SpringMVC+Mybatis)之间的关联
作者其他创作
大纲/内容
ServletMapping
Spring-dao.xml
bean:加载接口
Service包扫描配置(自动注入)
加载datasource.properties
加载连接池加载Mybatis-config.xml加载实体类pojo/entity加载映射文件Dao.xml
CService层逻辑控制层Spring
@Controller:声明@RequestMapping(\"/项目名\")@Autowired@RequestMapping(value=\"/{param}/..\")@PathVariable(\"参数名\"):路参绑定
pojo/Entity
Spring-service.xml
ServiceImpl
bean
开启注解default-servlet-handler:静态资源默认配置配置显示Jsp的ViewResolver扫描Web层的bean:Controller
声明事务配置
@Service@Autowired
Mybatis-config.xml
Controller.java
Web.xml
nameclassparam:加载所有框架配置文件
bean:注入数据库连接池(ref引用)事务配置:transactionManager在ServiceImpl类方法上添加@Transactional
Service接口
连接池:获取JDBC自身属性
MDAO层数据访问层Mybatis
Servlet:DispatcherServlet
Spring-mvc.xml
VWeb层数据显示层SpringMVC
0 条评论
下一页