问答详情
源自:4-5 Spring Bean装配之基于Java的容器注解说明——@Bean

为什么只有默认的初始化JsrServie init.和销毁方法JsrServie destroy.执行了

JsrServie init.
三月 11, 2017 3:07:05 下午 org.springframework.context.support.AbstractApplicationContext doClose
信息: Closing org.springframework.context.support.ClassPathXmlApplicationContext@199f443: startup date [Sat Mar 11 15:07:03 CST 2017]; root of context hierarchy
com.imooc.beanannotation.javabased.StringStore
JsrServie destroy.

提问者:知音1005 2017-03-11 15:09

个回答

  • 知音1005
    2017-03-11 15:12:18

    @Bean 少了initMethod("")和destroyMethod("");