2008-05-29から1日間の記事一覧

@Autowired

@Autowiredの挙動を変えるサンプルを作っていたが、 XmlBeanFactory factory = new XmlBeanFactory(new ClassPathResource("spring-config.xml")); で作ったfactoryからbeanを取ると、Autowiredが効かない。 どうやらApplicationContextのクラス階層でないと…