石头老师
    • 畅销套餐
    • 精选套餐
    • 人气套餐
    • 尊享套餐
    • 高薪套餐
  • 课程介绍
  • 课程大纲

适合人群:

java学习者,java开发工程师,Java架构师

你将会学到:

学习SpringMVC,Spring和Mybatis整合开发,完成一个SSM整合版本案例

课程简介:

 

 

基础篇

JAVA入门篇

https://edu.51cto.com/course/19845.html

JAVA流程控制

https://edu.51cto.com/course/19845.html

JAVA数组

https://edu.51cto.com/course/19841.html

JAVA面向对象编程

https://edu.51cto.com/course/21197.html

JAVA集合

https://edu.51cto.com/course/19886.html

JAVA泛型详解

https://edu.51cto.com/course/19887.html

JAVA异常

https://edu.51cto.com/course/19883.html

JAVAIO

https://edu.51cto.com/course/19888.html

JAVA之多线程

https://edu.51cto.com/course/19889.html

JAVA之网络编程

https://edu.51cto.com/course/19667.html

JAVA之反射机制

https://edu.51cto.com/course/19668.html

JAVA之枚举

https://edu.51cto.com/course/19891.html

JAVAXML解析

https://edu.51cto.com/course/19892.html

JAVA项目实战电影管理系统

https://edu.51cto.com/course/18413.html

 

数据库篇

MySql数据库基础

https://edu.51cto.com/course/19898.html

Oracle数据库核心技术

https://edu.51cto.com/course/21584.html

 

JDBC编程篇

JDBC编程精讲

https://edu.51cto.com/course/19278.html

JDBC项目实战-银行管理系统

https://edu.51cto.com/course/18414.html

 

Web编程篇

HTML基础教程

https://edu.51cto.com/course/21662.html

CSS网页样式

https://edu.51cto.com/course/19900.html

JavaScript开发实践

https://edu.51cto.com/course/21661.html

jQuery框架开发实践

https://edu.51cto.com/course/21669.html

JavaWeb开发实战教程

https://edu.51cto.com/course/21690.html

 

项目工程管理工具篇

Maven项目管理实战

https://edu.51cto.com/course/21402.html

GIT版本管理精讲

https://edu.51cto.com/course/19026.html

 

主流框架篇

Hibernate核心技术

https://edu.51cto.com/course/21639.html

Spring框架精讲

https://edu.51cto.com/course/19819.html

Struts2框架核心技术

https://edu.51cto.com/course/21607.html

SpringMvc核心技术实战

https://edu.51cto.com/course/21507.html

MyBatis框架精讲

https://edu.51cto.com/course/19675.html

Spring Data JPA 106精讲

https://edu.51cto.com/course/19053.html

SSM框架整合

https://edu.51cto.com/course/21526.html

SSSP框架整合

https://edu.51cto.com/course/21534.html

WebService实战演练

https://edu.51cto.com/course/19055.html

 

主流框架项目篇

SSM项目全程实录

https://edu.51cto.com/course/21092.html

 

 

微服务技术篇

Linux需知需会

https://edu.51cto.com/course/21179.html

SpringBoot核心技术

https://edu.51cto.com/course/21539.html

Swagger2实用教程

https://edu.51cto.com/course/21551.html

MYSQL主从复制和写分离

https://edu.51cto.com/course/21126.html

Docker企业应用实战

https://edu.51cto.com/course/21070.html

ElasticSearch企业级开发

https://edu.51cto.com/course/20881.html

JenKins持续集成实战

https://edu.51cto.com/course/20681.html

RabbitMQ消息中间件实战

https://edu.51cto.com/course/20625.html

Dubbo微服务框架实战

https://edu.51cto.com/course/20554.html

ActiveMQ消息中间件实战教程

https://edu.51cto.com/course/20546.html

SpringCloud微服务精讲

https://edu.51cto.com/course/20533.html

Solr实战开发

https://edu.51cto.com/course/20494.html

Shiro权限管理实战

https://edu.51cto.com/course/20492.html

Redis全攻略

https://edu.51cto.com/course/20485.html

FastDFS实战

https://edu.51cto.com/course/20484.html

Nginx开发实战

https://edu.51cto.com/course/20483.html

Zookeeper实现分布式锁

https://edu.51cto.com/course/20421.html

 

 

微服务项目篇

大型分布式高并发电商项目开发

https://edu.51cto.com/course/21184.html

 

本课程内容


本课程讲解了SpringMVC,Spring,MyBatis整合的过程。

image.png



Spring

    Spring是一个开源框架,Spring是于2003年兴起的一个轻量级的Java开发框架,由Rod Johnson 在其著作Expert One-On-One J2EE Development and Design中阐述的部分理念和原型衍生而来。它是为了解决企业应用开发的复杂性而创建的。Spring使用基本的JavaBean来完成以前只可能由EJB完成的事情。然而,Spring的用途不仅限于服务器端的开发。从简单性、可测试性和松耦合的角度而言,任何Java应用都可以从Spring中受益。简单来说,Spring是一个轻量级的控制反转(IoC)和面向切面(AOP)的容器框架。

 

SpringMVC    

    Spring MVC属于SpringFrameWork的后续产品,已经融合在Spring Web Flow里面。Spring MVC 分离了控制器、模型对象、分派器以及处理程序对象的角色,这种分离让它们更容易进行定制。

 

MyBatis

    MyBatis 本是apache的一个开源项目iBatis, 2010年这个项目由apache software foundation 迁移到了google code,并且改名为MyBatisMyBatis是一个基于Java的持久层框架。iBATIS提供的持久层框架包括SQL MapsData Access ObjectsDAOMyBatis消除了几乎所有的JDBC代码和参数的手工设置以及结果集的检索。MyBatis使用简单的XML或注解用于配置和原始映射,将接口和JavaPOJOsPlain Old Java Objects,普通的Java对象)映射成数据库中的记录。



展开更多

课程大纲-SpringMVC+Spring+Mybatis SSM开发框架整合(附源码)

“石头老师”老师的其他课程更多+

在线
客服
APP
下载

下载Android客户端

下载iphone 客户端

官方
微信

关注官方微信

返回
顶部