IntelliJ IDEA2020.1版本更新pom文件自动导包的方法
在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文件

上一篇:java批量导入导出文件的实例分享(兼容xls,xlsx)
栏 目:JAVA代码
下一篇:Spring中DAO被循环调用的时候数据不实时更新的解决方法
本文标题:IntelliJ IDEA2020.1版本更新pom文件自动导包的方法
本文地址:http://www.codeinn.net/misctech/66097.html


阅读排行
- 1Java Swing组件BoxLayout布局用法示例
- 2java中-jar 与nohup的对比
- 3Java邮件发送程序(可以同时发给多个地址、可以带附件)
- 4Caused by: java.lang.ClassNotFoundException: org.objectweb.asm.Type异常
- 5Java中自定义异常详解及实例代码
- 6深入理解Java中的克隆
- 7java读取excel文件的两种方法
- 8解析SpringSecurity+JWT认证流程实现
- 9spring boot里增加表单验证hibernate-validator并在freemarker模板里显示错误信息(推荐)
- 10深入解析java虚拟机




