定制化内容:
格式化了一些代码
增加了一个方法com.alibaba.fastdfs.ClientGlobal#init(com.alibaba.common.FastDfsConfig config)
com.alibaba.fastdfs.ClientGlobal#init(com.alibaba.common.FastDfsConfig config)
原来的代码,是只能读取给定的文件名,而我的配置文件加载方式,只能拿到org.springframework.core.io.Resource,然后包装成一个配置文件对象,后面会有介绍的
org.springframework.core.io.Resource
所以对这个类进行了改造。
原来的代码见https://github.com/happyfish100/fastdfs-client-javaarrow-up-right
Last updated 7 years ago