摘要: Bean生命周期定义初始化实现InitializingBean接口 覆盖afterPropertiesSet配置init-method 使用销毁实现DisposableBean接口 覆盖destory方法配置destory-method 配置全局默认初始化销毁方法default-init-metho 阅读全文
posted @ 2019-12-27 21:25 youdao67 阅读(109) 评论(0) 推荐(0) 编辑
摘要: <!-- Spring依赖 --> <!-- 1.Spring核心依赖 --> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> <version>4.3.7.RELEAS 阅读全文
posted @ 2019-12-27 20:31 youdao67 阅读(388) 评论(0) 推荐(0) 编辑
摘要: Bean配置项IdClassScopeConstructor argumentsPropertiesAutowiring modeLazy-initialization modeInitialization/destruction method Bean作用域singleton 单例 指一个Bean 阅读全文
posted @ 2019-12-27 20:18 youdao67 阅读(118) 评论(0) 推荐(0) 编辑