Spring 框架中都用到了哪些设计模式?

答案解析

常用有单例模式(Bean管理)、工厂模式(BeanFactory)、代理模式(AOP)、模板方法模式(JdbcTemplate)、观察者模式(事件机制)、策略模式等。