摘要: 從git上面check多工程項目後,maven不能正常下載相應的依賴,最後查詢國外網站,找出錯誤緣由。按照此步驟,能夠自動配置好每一個工程的module。
- 刪除項目根目錄下.idea文件夾
- 關閉idea工具,從新打開選擇File->New->Project from the existing source ,選擇剛纔的項目根目,下一步:
![](http://static.javashuo.com/static/loading.gif)
打勾此選項
![](http://static.javashuo.com/static/loading.gif)
- 一直點next,最後點擊主工程的pom.xml 完成!
轉載自:http://blog.csdn.net/kangbin825/article/details/74722085