Skip to content

tony-coder/Spring-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring-Demo

Spring in Action 代码实践

  1. Chapter 01
  • 简化Java开发
  • 依赖注入 Ioc
  • 应用切面 Aop
  • 使用模板消除样板式代码
  • 应用上下文
  • bean的生命周期
  • Spring模块
  • Spring的新功能
  1. Chapter 02 装配Bean
  • 自动化装配bean
  • 通过Java代码装配bean
  • 通过XML装配bean
  • 导入和混合配置
  1. Chapter 03 高级装配
  • Spring profile
  • 条件化的bean声明
  • 自动装配与歧义性
  • bean的作用域
  • 运行时值注入
    • 注入外部的值
    • Spring表达式语言
  1. Chapter 04 面向切面的Spring
  • 使用注解创建切面
  • 在XML中声明切面
  • 注入AspectJ切面
  1. Chapter 05 构建Spring Web应用程序
  • Spring MVC基础

批注 2020-03-04 170028.png