Spring框架中bean的生命周期
使用@PostConstruct
和@PreDestroy
注解在同一个配置类中执行bean的初始化前和销毁前的配置
1 |
|
上面的配置类中只定义了一个bean,且是字符串类型(方便举例),大部分情况下应该是返回一个对象。
使用@Bean(initMethod = "init", destroyMethod = "destroy")
注解执行bean初始化前和销毁前的配置
1 |
|
Spring框架中bean的生命周期
http://kylepeng93.github.io/2021/08/09/spring-bean-init-and-destroy/
You need to set
install_url
to use ShareThis. Please set it in _config.yml
.