文章詳情頁
基于IDEA建立module操作步驟解析
瀏覽:6日期:2024-08-12 11:30:04
maven項(xiàng)目可以創(chuàng)建多個(gè)module,在IDEA中具體操作
1、在已經(jīng)建好的maven項(xiàng)目上右鍵
2、新建:
效果如下:
這時(shí)在子pom.xml中
<parent> <artifactId>spring-shell</artifactId> <groupId>cn.jiashubing</groupId> <version>1.0-SNAPSHOT</version></parent><modelVersion>4.0.0</modelVersion><artifactId>cli</artifactId>
父 pom.xml中
<modules> <module>cli</module></modules>
以上就是本文的全部內(nèi)容,希望對(duì)大家的學(xué)習(xí)有所幫助,也希望大家多多支持好吧啦網(wǎng)。
標(biāo)簽:
IDEA
相關(guān)文章:
排行榜
