https://xie.infoq.cn/article/da74e30d71a755b817e815d20

在 Spring 框架中,Spring 默认使用单例模式来创建和管理 Bean 对象,但是可以通过 @Scope(”singleton”) 注解来指定 Bean 对象的作用域。