摘要: 通俗理解spring源码(二)—— 资源定位与加载 最开始学习spring的时候,一般都是这样用: ApplicationContext context = new ClassPathXmlApplicationContext("spring.xml"); User user = (User)con 阅读全文
posted @ 2020-04-14 20:47 倔强的403 阅读(503) 评论(0) 推荐(0) 编辑