课程介绍:
教程讲解循序渐进,通俗易懂,知识点呈现顺序符合框架学习路线,先从MyBatis讲起,再依次介绍Spring、SpringMVC,最后完成整合。教程讲解了各个框架的基础知识和具体应用,并对核心源码深入剖析,帮助学习者搭建框架思维,整合案例结合生产环境场景,做了细致的知识点拆分讲解。整套教程理论与应用完美结合,难点和重点针对性拆解,让你在掌握技术原理的同时,具备实战操作能力!
课程截图:
〖课程目录〗:
- | └──4、SSM整合教程(2022新版)
- | | ├──视频
- | | | ├──00-课程介绍.mp4 6.42M
- | | | ├──01-MyBatis历史.mp4 6.90M
- | | | ├──02-MyBatis特性.mp4 16.36M
- | | | ├──03-MyBatis下载.mp4 11.83M
- | | | ├──04-MyBatis和其他持久层技术的比较.mp4 13.18M
- | | | ├──05-搭建MyBatis框架之开发环境和准备工作.mp4 32.43M
- | | | ├──06-搭建MyBatis框架之创建MyBatis的核心配置文件.mp4 32.89M
- | | | ├──07-搭建MyBatis框架之创建mapper接口和映射文件.mp4 33.02M
- | | | ├──08-搭建MyBatis框架之测试添加用户功能.mp4 46.65M
- | | | ├──09-搭建MyBatis框架之优化功能.mp4 52.74M
- | | | ├──10-搭建MyBatis框架之源码验证和日志级别.mp4 23.66M
- | | | ├──100-基于注解的AOP之前置通知.mp4 49.84M
- | | | ├──101-基于注解的AOP之切入点表达式的语法和重用以及获取连接点的信息.mp4 72.16M
- | | | ├──102-基于注解的AOP之各种通知的使用.mp4 77.32M
- | | | ├──103-基于注解的AOP之环绕通知.mp4 45.17M
- | | | ├──104-切面的优先级.mp4 32.15M
- | | | ├──105-基于xml的AOP实现.mp4 76.82M
- | | | ├──106-JdbcTemplate之准备工作.mp4 52.42M
- | | | ├──107-Spring整合Junit4和JdbcTemplate实现添加功能.mp4 34.50M
- | | | ├──108-JdbcTemplate实现查询功能.mp4 49.29M
- | | | ├──109-声明式事务概念.mp4 28.73M
- | | | ├──11-搭建MyBatis框架之测试修改和删除用户的功能.mp4 40.57M
- | | | ├──110-基于注解的声明式事务之准备工作.mp4 34.75M
- | | | ├──111-基于注解的声明式事务之无事务功能实现.mp4 77.94M
- | | | ├──112-基于注解的声明式事务之实现事务功能.mp4 65.13M
- | | | ├──113-声明式事务的属性之只读、超时、回滚策略.mp4 65.00M
- | | | ├──114-声明式事务的属性之隔离级别.mp4 33.40M
- | | | ├──115-声明式事务的属性之传播行为.mp4 53.59M
- | | | ├──116-基于xml的声明式事务.mp4 73.79M
- | | | ├──117-SpringMVC简介和特点.mp4 46.36M
- | | | ├──118-SpringMVC入门案例之准备工作.mp4 27.36M
- | | | ├──119-SpringMVC入门案例之配置web.xml.mp4 45.37M
- | | | ├──12-搭建MyBatis框架之测试查询功能.mp4 47.29M
- | | | ├──120-SpringMVC入门案例之创建SpringMVC的配置文件并配置.mp4 64.40M
- | | | ├──121-SpringMVC入门案例之功能测试.mp4 67.52M
- | | | ├──122-SpringMVC入门案例之总结和扩展.mp4 87.55M
- | | | ├──123-@RequestMapping注解标识的位置.mp4 64.21M
- | | | ├──124-@RequestMapping注解的value属性.mp4 33.27M
- | | | ├──125-@RequestMapping注解的method属性.mp4 56.38M
- | | | ├──126-@RequestMapping注解的params属性.mp4 66.57M
- | | | ├──127-@RequestMapping注解的headers属性.mp4 35.02M
- | | | ├──128-@RequestMapping注解使用ant风格的路径.mp4 50.43M
- | | | ├──129-@RequestMapping注解使用路径中的占位符.mp4 34.04M
- | | | ├──13-MyBatis核心配置文件之environments.mp4 31.72M
- | | | ├──130-通过ServletAPI获取请求参数.mp4 50.89M
- | | | ├──131-通过控制器方法的形参获取请求参数和@RequestParam的使用.mp4 69.94M
- | | | ├──132-@RequestHeader和@CookieValue.mp4 52.38M
- | | | ├──133-通过pojo获取请求参数.mp4 43.15M
- | | | ├──134-解决获取请求参数的乱码问题.mp4 101.87M
- | | | ├──135-使用ModelAndView向请求域共享数据.mp4 50.67M
- | | | ├──136-使用Model、ModelMap、Map向请求域共享数据.mp4 58.45M
- | | | ├──137-向会话域和应用域共享数据.mp4 39.86M
- | | | ├──138-观察源码之验证控制器方法统一的返回值为ModelAndView.mp4 50.45M
- | | | ├──139-SpringMVC的视图之ThymeleafView.mp4 49.03M
- | | | ├──14-MyBatis核心配置文件之properties.mp4 25.00M
- | | | ├──140-SringMVC的视图之InternalResourceView.mp4 39.53M
- | | | ├──141-SpringMVC的视图之RedirectView.mp4 36.75M
- | | | ├──142-SpringMVC的视图控制器.mp4 32.32M
- | | | ├──143-RESTful简介与实现.mp4 40.01M
- | | | ├──144-RESTful之测试查询功能.mp4 74.61M
- | | | ├──145-RESTful之使用HiddenHttpMethodFilter处理put和delete请求.mp4 59.91M
- | | | ├──146-RESTful之HiddenHttpMethodFilter源码解析.mp4 75.46M
- | | | ├──147-RESTful案例之准备工作.mp4 40.97M
- | | | ├──148-RESTful案例之列表功能.mp4 47.04M
- | | | ├──149-RESTful案例之处理静态资源.mp4 74.66M
- | | | ├──15-MyBatis核心配置文件之typeAliases.mp4 42.10M
- | | | ├──150-RESTful案例之添加功能.mp4 48.65M
- | | | ├──151-RESTful案例之修改功能.mp4 53.73M
- | | | ├──152-RESTful案例之删除功能.mp4 71.57M
- | | | ├──153-SpringMVC处理ajax之准备工作.mp4 42.28M
- | | | ├──154-回顾axios.mp4 58.83M
- | | | ├──155-测试SpringMVC处理ajax请求.mp4 40.17M
- | | | ├──156-使用@RequestBody注解处理json格式的请求参数.mp4 82.81M
- | | | ├──157-使用@ResponseBody注解响应json格式的数据.mp4 91.40M
- | | | ├──158-SpringMVC实现下载功能(1).mp4 83.52M
- | | | ├──159-SpringMVC实现下载功能(2).mp4 48.78M
- | | | ├──16-MyBatis核心配置文件之mappers.mp4 41.29M
- | | | ├──160-SpringMVC实现上传功能(1).mp4 50.61M
- | | | ├──161-SpringMVC实现上传功能(2).mp4 69.44M
- | | | ├──162-解决文件上传过程中文件重名的问题.mp4 36.73M
- | | | ├──163-SpringMVC拦截器的创建.mp4 60.61M
- | | | ├──164-SpringMVC拦截器的配置.mp4 77.32M
- | | | ├──165-SpringMVC多个拦截器的执行顺序.mp4 50.42M
- | | | ├──166-观察多个拦截器执行顺序的源码.mp4 62.74M
- | | | ├──167-拦截器的preHandle()返回false的情况.mp4 42.13M
- | | | ├──168-使用xml配置异常处理.mp4 65.10M
- | | | ├──169-使用注解配置异常处理.mp4 25.34M
- | | | ├──17-在idea中能够创建mybatis核心配置文件和映射文件的模板.mp4 31.98M
- | | | ├──170-注解配置SpringMVC(1).mp4 60.76M
- | | | ├──171-注解配置SpringMVC(2).mp4 125.96M
- | | | ├──172-SpringMVC的常用组件.mp4 27.09M
- | | | ├──173-DispatcherServlet初始化的过程.mp4 81.15M
- | | | ├──174-DispatcherServlet处理请求的过程.mp4 70.24M
- | | | ├──175-SpringMVC的执行流程.mp4 88.47M
- | | | ├──176-ContextLoaderListener.mp4 60.81M
- | | | ├──177-测试ContextLoaderListener.mp4 81.10M
- | | | ├──178-SSM整合之准备工作.mp4 47.37M
- | | | ├──179-SSM整合之配置web.xml.mp4 28.97M
- | | | ├──18-使用模板搭建MyBatis框架.mp4 20.23M
- | | | ├──180-SSM整合之配置SpringMVC.mp4 36.50M
- | | | ├──181-SSM整合之配置Spring.mp4 31.29M
- | | | ├──182-SSM整合之Spring整合MyBatis(1).mp4 73.34M
- | | | ├──183-SSM整合之Spring整合MyBatis(2).mp4 75.97M
- | | | ├──184-SSM整合之配置事务.mp4 27.01M
- | | | ├──185-SSM整合之员工列表功能.mp4 61.87M
- | | | ├──186-SSM整合之展示分页数据.mp4 76.57M
- | | | ├──187-SSM整合之设置分页相关超链接.mp4 73.53M
- | | | ├──19-MyBatis获取参数值的两种方式.mp4 22.07M
- | | | ├──20-MyBatis获取参数值的情况(1).mp4 48.25M
- | | | ├──21-MyBatis获取参数值的情况(2).mp4 39.19M
- | | | ├──22-MyBatis获取参数值的情况(3).mp4 30.81M
- | | | ├──23-MyBatis获取参数值的情况(4).mp4 36.29M
- | | | ├──24-MyBatis获取参数值的情况(5).mp4 46.32M
- | | | ├──25-MyBatis的各种查询功能(1).mp4 50.47M
- | | | ├──26-MyBatis的各种查询功能(2).mp4 39.60M
- | | | ├──27-MyBatis的各种查询功能(3).mp4 26.37M
- | | | ├──28-MyBatis的各种查询功能(4).mp4 51.38M
- | | | ├──29-MyBatis处理模糊查询(1).mp4 53.58M
- | | | ├──30-MyBatis处理模糊查询(2).mp4 18.95M
- | | | ├──31-MyBatis处理批量删除.mp4 30.31M
- | | | ├──32-MyBatis处理动态设置表名.mp4 17.58M
- | | | ├──33-MyBatis获取自增的主键.mp4 61.94M
- | | | ├──34-搭建MyBatis框架.mp4 33.52M
- | | | ├──35-使用全局配置处理字段名和属性名不一致的情况.mp4 53.12M
- | | | ├──36-使用resultMap处理字段名和属性名不一致的情况.mp4 35.67M
- | | | ├──37-处理多对一映射关系功能分析.mp4 52.86M
- | | | ├──38-使用级联处理多对一的映射关系.mp4 20.42M
- | | | ├──39-使用association处理多对一的映射关系.mp4 33.51M
- | | | ├──40-使用分步查询处理多对一的映射关系.mp4 75.53M
- | | | ├──41-延迟加载.mp4 35.49M
- | | | ├──42-通过collection处理一对多的映射关系.mp4 54.07M
- | | | ├──43-通过分步查询处理一对多的映射关系.mp4 50.53M
- | | | ├──44-MyBatis动态SQL简介.mp4 30.58M
- | | | ├──45-MyBatis动态SQL之if标签.mp4 55.80M
- | | | ├──46-MyBatis动态SQL之where标签.mp4 37.54M
- | | | ├──47-MyBatis动态SQL之trim标签.mp4 21.26M
- | | | ├──48-MyBatis动态SQL之choose、when、otherwise标签.mp4 31.24M
- | | | ├──49-MyBatis动态SQL之foreach标签(批量添加).mp4 45.88M
- | | | ├──50-MyBatis动态SQL之foreach标签(批量删除).mp4 51.77M
- | | | ├──51-MyBatis动态SQL之sql标签.mp4 26.22M
- | | | ├──52-MyBatis的一级缓存.mp4 47.44M
- | | | ├──53-使一级缓存失效的四种情况.mp4 36.22M
- | | | ├──54-MyBatis的二级缓存.mp4 55.12M
- | | | ├──55-MyBatis二级缓存相关的配置和缓存查询的顺序.mp4 28.02M
- | | | ├──56-MyBatis整合第三方缓存.mp4 46.24M
- | | | ├──57-MyBatis逆向工程之清晰简洁版.mp4 60.54M
- | | | ├──58-MyBatis逆向工程之奢华尊享版.mp4 89.44M
- | | | ├──59-分页功能分析.mp4 46.24M
- | | | ├──60-分页插件的使用.mp4 28.62M
- | | | ├──61-通过分页插件获取分页相关数据.mp4 54.05M
- | | | ├──62-Spring概述.mp4 35.48M
- | | | ├──63-Spring Framework简介及特性.mp4 52.48M
- | | | ├──64-IOC思想和DI.mp4 32.65M
- | | | ├──65-IOC容器在Spring中的实现.mp4 39.72M
- | | | ├──66-Spring的入门案例.mp4 50.88M
- | | | ├──67-IOC容器创建对象的方式.mp4 43.39M
- | | | ├──68-获取bean的三种方式和注意事项.mp4 64.13M
- | | | ├──69-依赖注入之setter注入.mp4 29.37M
- | | | ├──70-依赖注入之构造器注入.mp4 34.18M
- | | | ├──71-依赖注入之特殊值处理.mp4 50.27M
- | | | ├──72-依赖注入之为类类型的属性赋值(引用外部的bean).mp4 30.38M
- | | | ├──73-依赖注入之为类类型的属性赋值(级联方式和内部bean).mp4 34.83M
- | | | ├──74-依赖注入之为数组类型的属性赋值.mp4 21.14M
- | | | ├──75-依赖注入之为list集合类型的属性赋值.mp4 56.44M
- | | | ├──76-依赖注入之为map集合类型的属性赋值.mp4 51.32M
- | | | ├──77-依赖注入之p命名空间.mp4 20.59M
- | | | ├──78-Spring管理数据源和引入外部属性文件.mp4 60.28M
- | | | ├──79-bean的作用域.mp4 50.04M
- | | | ├──80-bean的生命周期.mp4 41.83M
- | | | ├──81-bean的作用域对生命周期的影响和后置处理器.mp4 47.02M
- | | | ├──82-FactoryBean.mp4 56.26M
- | | | ├──83-基于xml的自动装配之场景模拟.mp4 48.31M
- | | | ├──84-基于xml的自动装配之byType.mp4 64.13M
- | | | ├──85-基于xml的自动装配之byName.mp4 36.30M
- | | | ├──86-基于注解管理bean之功能分析.mp4 23.07M
- | | | ├──87-基于注解管理bean之注解和扫描.mp4 48.78M
- | | | ├──88-基于注解管理bean之扫描组件.mp4 67.37M
- | | | ├──89-基于注解管理bean之bean的id.mp4 28.64M
- | | | ├──90-基于注解的自动装配之@Autowired注解能够标识的位置.mp4 27.46M
- | | | ├──91-基于注解的自动装配之@Autowired的原理.mp4 55.02M
- | | | ├──92-基于注解的自动装配之@Autowired注意事项.mp4 44.89M
- | | | ├──93-代理模式之场景模拟.mp4 39.29M
- | | | ├──94-代理模式之提出问题和代理模式的概念.mp4 41.98M
- | | | ├──95-代理模式之静态代理实现.mp4 44.42M
- | | | ├──96-代理模式之动态代理(1).mp4 41.35M
- | | | ├──97-代理模式之动态代理(2).mp4 72.62M
- | | | ├──98-AOP的概念、相关术语、作用.mp4 55.54M
- | | | └──99-基于注解的AOP之准备工作.mp4 46.38M
- | | ├──资料.zip 3.78M
- | | └──资料.zzip 3.78M
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。