原文:https://blog.csdn.net/viplisong/article/details/82963989
maven下載失敗后會緩存文件,可能導致下次下載失敗。通過以下兩步清理
1、cd D:\app\Repository
2、for /r %i in (*.lastUpdated) do del %i
原文:https://blog.csdn.net/viplisong/article/details/82963989
maven下載失敗后會緩存文件,可能導致下次下載失敗。通過以下兩步清理
1、cd D:\app\Repository
2、for /r %i in (*.lastUpdated) do del %i
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。