摘要: Java-SpringBean的生命周期 简单版 实例化(Instantiation): 当 Spring 容器启动时,它会检查配置文件或注解,然后实例化所有在配置中声明的 Bean。这是通过构造函数或工厂方法进行的。 属性设置(Population of Properties): 容器实例化 Be 阅读全文
posted @ 2023-12-12 13:29 安浩阳 阅读(34) 评论(0) 推荐(0) 编辑