We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MoviceManager 启动报错:
Error:(3, 26) java: 程序包org.csource.common不存在 Error:(4, 27) java: 程序包org.csource.fastdfs不存在 Error:(5, 27) java: 程序包org.csource.fastdfs不存在 ......
开发环境 Ubuntu16.04 + IDEA + JDK8 升级fastdfs-client版本解决.
<dependency> <groupId>net.oschina.zcx7878</groupId> <artifactId>fastdfs-client-java</artifactId> <version>1.27.0.0</version> </dependency>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
MoviceManager 启动报错:
Error:(3, 26) java: 程序包org.csource.common不存在
Error:(4, 27) java: 程序包org.csource.fastdfs不存在
Error:(5, 27) java: 程序包org.csource.fastdfs不存在
......
开发环境 Ubuntu16.04 + IDEA + JDK8
升级fastdfs-client版本解决.
The text was updated successfully, but these errors were encountered: