设计模式
- 代理模式:AOP 
- 单例模式:默认 Bean 为单例 
- 工厂模式:BeanFactory 
- IOC:依赖倒置 or 依赖注入 
- MVC:spring web 
- 模版方法模式:JdbcTemplate 
Last updated
Was this helpful?
代理模式:AOP
单例模式:默认 Bean 为单例
工厂模式:BeanFactory
IOC:依赖倒置 or 依赖注入
MVC:spring web
模版方法模式:JdbcTemplate
Last updated
Was this helpful?