IntelliJ IDEA 2020.1更新后,如何自动在pom文件中导入依赖包?
- 内容介绍
- 文章标签
- 相关推荐
本文共计396个文字,预计阅读时间需要2分钟。
在2020.1.1版本之前,IDEA的pom文件导入包是这样的。升级到最新版本的IDEA后,这个图标不见了。对于习惯旧操作的用户来说,没有图标确实不太习惯。可以去IDEA官网查看新版本maven的更新,官网对更新有详细的说明。
在2020.1.1版本之前IDEA pom文件导包是这样的
最近新装新版本IDEA之后,这个图标没有了,对于习惯旧操作没有图标了还真不习惯。就去idea官网查了下新版本maven更新
官网对于更新说明百度翻译了下。
百度翻译(图不清楚我贴字)
Maven and Gradle importing updates
IntelliJ IDEA 2020.1 brings a small but important update to our Maven and Gradle users. Instead of the old auto-import, there's now a floating notification in the upper-right part of the editor. Use this notification or a new shortcut (Ctrl+Shift+O for Windows and Linux /Shift+Cmd+I for Mac) to load the changes after you modify the build file. It gets even better: when IntelliJ IDEA detects any changes to the build file made outside the IDE, such as VCS updates, it reloads the related projects automatically.
(Maven和Gradle导入更新
IntelliJ IDEA 2020.1为我们的Maven和Gradle用户带来了一个小而重要的更新。与以前的自动导入不同,现在编辑器右上角有一个浮动通知。修改生成文件后,使用此通知或新的快捷方式(对于Windows为Ctrl+Shift+O,对于Mac为Linux/Shift+Cmd+I)加载更改。它变得更好:当IntelliJ IDEA检测到在IDE外部对构建文件所做的任何更改(如VCS更新)时,它会自动重新加载相关的项目。)
修改pom文件之后右上角会出现maven图标点击就会更新pom文件
到此这篇关于IntelliJ IDEA2020.1版本更新pom文件自动导包的方法的文章就介绍到这了,更多相关IDEA2020.1 pom自动导包内容请搜索易盾网络以前的文章或继续浏览下面的相关文章希望大家以后多多支持易盾网络!
本文共计396个文字,预计阅读时间需要2分钟。
在2020.1.1版本之前,IDEA的pom文件导入包是这样的。升级到最新版本的IDEA后,这个图标不见了。对于习惯旧操作的用户来说,没有图标确实不太习惯。可以去IDEA官网查看新版本maven的更新,官网对更新有详细的说明。
在2020.1.1版本之前IDEA pom文件导包是这样的
最近新装新版本IDEA之后,这个图标没有了,对于习惯旧操作没有图标了还真不习惯。就去idea官网查了下新版本maven更新
官网对于更新说明百度翻译了下。
百度翻译(图不清楚我贴字)
Maven and Gradle importing updates
IntelliJ IDEA 2020.1 brings a small but important update to our Maven and Gradle users. Instead of the old auto-import, there's now a floating notification in the upper-right part of the editor. Use this notification or a new shortcut (Ctrl+Shift+O for Windows and Linux /Shift+Cmd+I for Mac) to load the changes after you modify the build file. It gets even better: when IntelliJ IDEA detects any changes to the build file made outside the IDE, such as VCS updates, it reloads the related projects automatically.
(Maven和Gradle导入更新
IntelliJ IDEA 2020.1为我们的Maven和Gradle用户带来了一个小而重要的更新。与以前的自动导入不同,现在编辑器右上角有一个浮动通知。修改生成文件后,使用此通知或新的快捷方式(对于Windows为Ctrl+Shift+O,对于Mac为Linux/Shift+Cmd+I)加载更改。它变得更好:当IntelliJ IDEA检测到在IDE外部对构建文件所做的任何更改(如VCS更新)时,它会自动重新加载相关的项目。)
修改pom文件之后右上角会出现maven图标点击就会更新pom文件
到此这篇关于IntelliJ IDEA2020.1版本更新pom文件自动导包的方法的文章就介绍到这了,更多相关IDEA2020.1 pom自动导包内容请搜索易盾网络以前的文章或继续浏览下面的相关文章希望大家以后多多支持易盾网络!

