首页 > 开发 > Java > 正文

idea新建maven项目没有src目录的操作方法

2024-07-14 08:40:07
字体:
来源:转载
供稿:网友

方法一:设置idear的maven运行参数

idea,maven,src

或:

idea,maven,src

加:archetypeCatalog=internal

idea,maven,src

如果ctrl+alt+s进设置,只能对当前项目新建Module其作用:

idea,maven,src

方法二:在新建maven项目时候设置archetypeCatalog=internal,这种方式每次都需要设置,而且spring boot项目没这个设置,推荐第一种方法。

idea,maven,src

其他方法:

命令方式:

mvn archetype:generate /  -DgroupId=com.mycom.helloworld /  -DartifactId=helloworld /  -DarchetypeArtifactId=maven-archetype-quickstart /  -DinteractiveMode=false /  -DarchetypeCatalog=http://maven.aliyun.com/nexus/content/groups/public/

设置使用本地catalog文件:IDEA中设置archetype的使用方式为local

-DarchetypeCatalog=local

总结

以上所述是小编给大家介绍的idea新建maven项目没有src目录的操作方法,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对VeVb武林网网站的支持!


注:相关教程知识阅读请移步到JAVA教程频道。
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表