在Spring 3中,我是否需要定義<context:annotation-config>
和<context:component-scan>
以啓用@PostConstruct?<context:annotation-config>和<context:component-scan>
的applicationContext.xml
<context:component-scan base-package="net.test" />
........
...
<context:annotation-config />
我有一個方法getLazyLoad在我ManagedBean,我想用@PostConstruct此Bean。
感謝
爲了掃描軟件包,我還是需要''? –
user75ponic
看我的編輯anwser – NPKR
非常感謝解釋。 – user75ponic