Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ohou opened this issue Jul 22, 2016 · 2 comments
Open

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

ohou opened this issue Jul 22, 2016 · 2 comments

Comments

@ohou
Copy link

ohou commented Jul 22, 2016

修改为 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
Copy link

    <dependency>
        <groupId>cn.xiexianbin.fastdfs</groupId>
        <artifactId>fastdfs-client-java</artifactId>
        <version>1.25-SNAPSHOT</version>
    </dependency>

@shenchuanli
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants