Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 383 Bytes

Spring4.x.md

File metadata and controls

18 lines (11 loc) · 383 Bytes

Spring4.x

Spring能做什么?

SpringFrameworkRuntime

Spring核心知识

  • Bean管理
  • IOC(DI)
  • AOP
Bean管理
参见UserController、ProjectServiceImpl、IPaperDao。
bean在容器中的名称,不能重复;
bean的获取可以用“@Autowired”注解(还有“@Resource”)。