Spring框架的相关依赖

Spring的框架结构如图:

  

Core Container(4个核心依赖 core bean context spel)

  

Test(测试模块  junit与test整合)

  

  可用 spring-test 的

    @ContextConfiguration("classpath:spring.xml") 代替

    new ClassPathXmlApplicationContext("spring.xml")

    重点:classpath

  

Aop + Aspects (切面编程)

  底层实现:JDK动态代理 + CGLIB字节码增强

  

JDBC 

  // TODO

猜你喜欢

转载自www.cnblogs.com/qhlpn/p/10884942.html
今日推荐