4 回答

TA貢獻(xiàn)1840條經(jīng)驗 獲得超5個贊
1.創(chuàng)建maven父工程步驟:new-->other-->選擇maven project-->next-->勾選create a simple project-->next-->填寫GAV-->packaging選擇pom-->finish。
2.創(chuàng)建maven子工程步驟:選中剛才創(chuàng)建的父工程右鍵-->new-->other-->選擇maven module-->next-->勾選create a simple project-->填寫module name(其實(shí)就是artifact id)-->next-->GAV繼承父工程-->packaging選擇需要的-->finish。
3.完成,刷新父工程;如有多個子工程,繼續(xù)按照第二步驟創(chuàng)建。

TA貢獻(xiàn)1824條經(jīng)驗 獲得超8個贊
1.創(chuàng)建maven父工程步驟:new-->other-->選擇maven project-->next-->勾選create a simple project-->next-->填寫GAV-->packaging選擇pom-->finish。
2.創(chuàng)建maven子工程步驟:選中剛才創(chuàng)建的父工程右鍵-->new-->other-->選擇maven module-->next-->勾選create a simple project-->填寫module name(其實(shí)就是artifact id)-->next-->GAV繼承父工程-->packaging選擇你需要的-->finish。
3.完成,刷新父工程;如有多個子工程,繼續(xù)按照第二步驟創(chuàng)建。
- 4 回答
- 0 關(guān)注
- 568 瀏覽
添加回答
舉報