标签:default str ble rop ebe isp 初始 ebean initial
Bean生命周期
定义
初始化
实现InitializingBean接口 覆盖afterPropertiesSet
配置init-method
使用
销毁
实现DisposableBean接口 覆盖destory方法
配置destory-method
配置全局默认初始化销毁方法
default-init-method="init"
default-destroy-method="destroy"
标签:default str ble rop ebe isp 初始 ebean initial
原文地址:https://www.cnblogs.com/youdao67/p/12109668.html