一、 Spring 中常见的设计模式
工厂模式 : BeanFactory
装饰器模式: BeanWrapper
代理模式: AopProxy
单例模式: ApplicationContext
委派模式: DispatcherServlet
策略模式: HandlerMapping
适配器模式: HandlerApdapter
模板方法模式: JdbcTemplate
观察者模式: ContextLoaderListener
二、Spring 的四大模块及典型的设计模式
4、Spring JDBC 模板方法模式