设计模式:能够解耦,写出优雅的代码,有利于项目的重构
喝酒唱歌人生真爽 ----> 对酒当歌人生几何
spring 中用到的设计模式
工厂模式 BeanFactory
装饰器模式 BeanWrapper
代理模式 AopProxy
单例模式 ApplicationContext
委派模式 DispatcherServlet
策略模式 HandlerMapping
适配器模式 HandlerApdapter
模板方法模式 JdbcTemplate
观察者模式 ContextLoaderListener
什么是解耦?
是一种思想,代码拆分,运行合并
网友评论