findxingang

Results 4 issues of findxingang

![image](https://github.com/xuchengsheng/spring-reading/assets/150903554/f1175025-e822-40e3-bfca-f2e7fce39f61)

BeanDefinitionRegistry 的讲解文中中,BeanDefinitionRegistry 接口和 DefaultListableBeanFactory 类的关系说反了,应该是“DefaultListableBeanFactory 是 BeanDefinitionRegistry 的一个具体实现” ![image](https://github.com/xuchengsheng/spring-reading/assets/150903554/3ebb4372-b149-4cde-b177-959b18992a49)

原文:https://github.com/xuchengsheng/spring-reading/blob/master/spring-resources/spring-resource-resourcePatternResolver/README.md 在对 ResourcePatternResolver 进行讲解时,「四、主要功能」-「2. 资源获取」部分,提到了「通过 `getResource(Resource location)` 方法」,我查看了一下 Spring 源码,似乎没有这个方法呀,只有 `getResource(String locationPattern)` 一个重载方法 ![image](https://github.com/xuchengsheng/spring-reading/assets/150903554/9616ff21-542c-4867-a20b-901351f3c3d6)

invalid