概述Spring 容器管理的Java对象称为bean对象
Bean的作用域singleton:
单例模式,在整个Spring IoC容器中,singleton作用域的Bean将只生成一个实例。prototype:
每次通过容器的get
2025-03-16