摘要:
说说Spring 里用到了哪些设计模式? 单例模式:Spring 中的 Bean 默认情况下都是单例的。无需多说。 工厂模式:工厂模式主要是通过 BeanFactory 和 ApplicationContext 来生产 Bean 对象。 代理模式:最常见的 AOP 的实现方式就是通过代理来实现,Sp 阅读全文
posted @ 2021-05-02 15:42
Jie0525
阅读(60)
评论(0)
推荐(0)
2021年5月2日