spring源码心得(二)

spring源码心得(二)

 

spring源码心得(二)

可以看出:不同的resource应用于不同的resourceLoader,比如fIleSystemXmlApplicationContext 用FileSystemResource 读取 systemFileXml,根据情况调用那个application与resourceLoader器,在底层其实就是获取FileSystemResource对象,也就是File对象,然后进行操作(io操作)

 

posted @ 2017-10-17 15:08 塑料味的美年达 阅读(...) 评论(...) 编辑 收藏

相关文章:

  • 2021-05-06
  • 2022-01-08
  • 2022-12-23
  • 2022-12-23
  • 2021-12-03
  • 2018-04-01
  • 2018-06-05
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-05-03
  • 2021-05-19
  • 2021-08-15
  • 2022-12-23
  • 2021-04-08
相关资源
相似解决方案