出現這種情況通常是jar不能自動下載
一、下載jar包外的其他文件,並放到倉庫對應路徑下:
點擊View All,下載其他文件並放到倉庫
二、這樣倉庫這個對應jar包的文件就齊全了。如果還是報錯,請檢查是否少一個_remote.repositories文件。
沒有就在別的jar文件下復制一個,做相應修改:fastdfs-client-java-1.27-RELEASE對應你的jar包名稱
#NOTE: This is an Aether internal implementation file, its format can be changed without prior notice.
#Sat Dec 22 16:08:05 CST 2018
fastdfs-client-java-1.27-RELEASE.jar>central=
fastdfs-client-java-1.27-RELEASE.pom>central=
maven刷新一下就好了