我是靠谱客的博主 追寻大象,这篇文章主要介绍vscode 配置maven,现在分享给大家,希望可以做个参考。

扩展中搜索maven,点击设置,编辑json文件。

{
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"editor.fontSize": 18,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"maven.executable.path": "F:\maven\apachemaven\bin",
"maven.settingsFile": "F:\maven\apachemaven\conf\settings.xml",
}

将maven的系统设置路径,填入其中(最后一行)。

最后

以上就是追寻大象最近收集整理的关于vscode 配置maven的全部内容,更多相关vscode内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(42)

评论列表共有 0 条评论

立即
投稿
返回
顶部