Fork me on GitHub
摘要: XmlBeanFactory虽然在Spring 3.1之后标记为@Deprecated,具体用法改为 1 XmlBeanFactory factory = new XmlBeanFactory( new ClassPathResource("knights.xml")); 2 //替换为 3 Def 阅读全文
posted @ 2020-10-21 16:43 龙城飞将军 阅读(155) 评论(0) 推荐(0) 编辑