Fork me on GitHub
摘要: 文章目录BeanWrapperPropertyEditor BeanWrapper 通常来说一个Bean包含一个默认的无参构造函数,和属性的get,set方法。 org.springframework.beans 包里面有个很重要的类叫做BeanWrapper接口和他的实现BeanWrapperIm 阅读全文
posted @ 2019-09-04 05:25 flydean 阅读(366) 评论(0) 推荐(0) 编辑
摘要: 文章目录内置Resource实现ResourceLoaderResourceLoaderAware资源作为依赖构造ClassPathXmlApplicationContext-快捷方式资源路径通配符FileSystemResource注意事项 Spring定义了Resource接口用来对资源的访问, 阅读全文
posted @ 2019-09-04 05:21 flydean 阅读(239) 评论(0) 推荐(0) 编辑