1 回答

大咪
TA貢獻785條經驗 獲得超332個贊
mvn archetype:generate -DgroupId=org.auth -DartifactId=auth -DarchetypeArtifactId=maven-archetype-webapp -DarchetypeCatalog=local
給你一個命令。。直接生成web骨架的,默認應該生成完后在你的Users下
groupId:這個后面的名字是包名,artifactId:這個后面是項目的名字
添加回答
舉報
0/150
提交
取消