在Java项目中,通常会有一个名为”src”的目录,用于存放源代码文件。然而,有时候您可能会遇到缺少”src”目录的情况,导致无法找到源代码文件。
intellij idea没有src解决步骤
1、首先单击左上角file目录,找到Settings目录,在搜索框里面找到Runner这个选项,或者可以按照Build,Exception,Deployment–Build Tools–Manen–Runner的路径找到。
2、接下来就是最重要的步骤:在Runner中的VM Options选项里面添加:“-Darchetype=Internal”,之后选择Apply–ok.
3、这样的设置会在下一次创建Maven目录时生效,再次创建Maven时我们会发现左下角会有加载文件类似的展示,此时我们只需要耐心等待下载完成,就会出现出现src目录。
Hi, this is a comment. To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard. Commenter avatars come from Gravatar.