pzhgugu / goshop2

在goshop的基础上进行重构,将逐步完善分布式、高可用、多店铺电商系统
1.11k stars 698 forks source link

修改成com.github.tobato.fastdfs后,代码报错 #3

Open ohou opened 8 years ago

ohou commented 8 years ago

修改为 com.github.tobato 的 fastdfs 后 FastDFSAttachmentImpl 类会报错: import org.csource.common.fastdfs 可修改为: import com.github.tobato.fastdfs.* 但是,下面这两个无法修改,代码报错。 import org.csource.common.MyException; import org.csource.common.NameValuePair;

xiexianbin commented 8 years ago
    <dependency>
        <groupId>cn.xiexianbin.fastdfs</groupId>
        <artifactId>fastdfs-client-java</artifactId>
        <version>1.25-SNAPSHOT</version>
    </dependency>
shenchuanli commented 7 years ago

下载源码,然后编译下,本地就有fastdfs-client-java jar包了