Java互联网架构师-Spring框架核心技术

快速学习spring轻量级框架的使用,能够使用Spring框架进行企业级开发

135人学习

中级18课时2020/02/16更新

二维码下载学堂APP缓存视频离线看

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

适合人群:

想从事java开发,有java基础和java web的基础,在校相关专业的大学生

你将会学到:

快速学习spring轻量级框架的使用,能够使用Spring框架进行企业级开发

课程简介:

基础篇

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

 


本课程内容:


过Spring的入门程序介绍了Spring的 IoC 和 DI 的概念,介绍了Spring的基本模块。


详细介绍了对象创建的细节和依赖注入的几种方式;

介绍了如何使用注解完成Spring的相关功能;

介绍了如何借助于Spring搭建JUnit测试环境;

详细介绍了什么是AOP,以及AOP的基本示例;

绍了如何使用Spring中的JDBC模块进行持久层的开发与事务的相关概念和Spring的事务管理的实现方案。


image.png


展开更多

课程大纲-Java互联网架构师-Spring框架核心技术

  • 第1章Spring框架入门(54分钟3节)

  • 1-1

    spring框架简介spring框架简介

    「仅限付费用户」点击下载“《第一章 Spring框架入门》课程资料.rar”

    [20:15]
  • 1-2

    spring-HelloWorldspring-HelloWorld

    「仅限付费用户」点击下载“《第一章 Spring框架入门》课程资料.rar”

    [23:43]
  • 1-3

    spring_ApplicationContext和Beanspring_ApplicationContext和BeanFactory

    「仅限付费用户」点击下载“《第一章 Spring框架入门》课程资料.rar”

    [10:04]
  • 第2章Spring框架IOC和自动装配(1小时44分钟7节)

  • 2-1

    spring_bean的范围_注入方式spring_bean的范围_注入方式

    「仅限付费用户」点击下载“《第二章 Spring框架IOC和自动装配》.rar”

    [12:36]
  • 2-2

    spring_解耦spring_解耦

    「仅限付费用户」点击下载“《第二章 Spring框架IOC和自动装配》.rar”

    [24:16]
  • 2-3

    spring_IOC_DIspring_IOC_DI

    「仅限付费用户」点击下载“《第二章 Spring框架IOC和自动装配》.rar”

    [11:15]
  • 2-4

    spring_集合注入spring_集合注入

    「仅限付费用户」点击下载“《第二章 Spring框架IOC和自动装配》.rar”

    [23:46]
  • 2-5

    spring_自动装配spring_自动装配

    「仅限付费用户」点击下载“《第二章 Spring框架IOC和自动装配》.rar”

    [16:24]
  • 2-6

    spring_加载properties文件spring_加载properties文件

    「仅限付费用户」点击下载“《第二章 Spring框架IOC和自动装配》.rar”

    [07:53]
  • 2-7

    spring_配置多个spring配置文件spring_配置多个spring配置文件

    「仅限付费用户」点击下载“《第二章 Spring框架IOC和自动装配》.rar”

    [07:55]
  • 第3章Spring常见框架整合(3小时1分钟4节)

  • 3-1

    spring_整合jdbc_1spring_整合jdbc_1

    「仅限付费用户」点击下载“《第三章 Spring框架整合》课程资料.rar”

    [40:04]
  • 3-2

    spring_整合jdbc_2spring_整合jdbc_2

    「仅限付费用户」点击下载“《第三章 Spring框架整合》课程资料.rar”

    [21:45]
  • 3-3

    spring_整合hibernatespring_整合hibernate

    「仅限付费用户」点击下载“《第三章 Spring框架整合》课程资料.rar”

    [01:02:48]
  • 3-4

    spring_整合hibernate_struts2spring_整合hibernate_struts2

    「仅限付费用户」点击下载“《第三章 Spring框架整合》课程资料.rar”

    [56:40]
  • 第4章Spring的事务管理(2小时20分钟4节)

  • 4-1

    spring_aop_简介spring_aop_简介

    「仅限付费用户」点击下载“《第四章 Spring的事务管理》课程资料.rar”

    [22:29]
  • 4-2

    spring_aop_使用spring_aop_使用

    「仅限付费用户」点击下载“《第四章 Spring的事务管理》课程资料.rar”

    [27:20]
  • 4-3

    spring_aop_aspectJspring_aop_aspectJ

    「仅限付费用户」点击下载“《第四章 Spring的事务管理》课程资料.rar”

    [21:25]
  • 4-4

    spring_声明式事务spring_声明式事务

    「仅限付费用户」点击下载“《第四章 Spring的事务管理》课程资料.rar”

    [01:09:19]

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

在线
客服
APP
下载

下载Android客户端

下载iphone 客户端

官方
微信

关注官方微信

返回
顶部