IntelliJ IDEA 2018.1.2 发布,改进对 Spring Boot 的支持

栏目: 软件资讯 · 发布时间: 7年前

内容简介:IntelliJ IDEA 2018.1.2 已发布,这是 IntelliJ IDEA 2018.1 系列的第二次小更新。 针对 IntelliJ IDEA 2018.1 推出的新功能 partial Git commits ,新版本做了几个修复和完善: Fix for wrong diff preview f...

IntelliJ IDEA 2018.1.2 已发布,这是 IntelliJ IDEA 2018.1 系列的第二次小更新。

针对 IntelliJ IDEA 2018.1 推出的新功能 partial Git commits ,新版本做了几个修复和完善:

  • Fix for wrong diff preview for the partial Git commit: IDEA-188650

  • The IDE supports the partial Git commit feature with old Git versions (1.x): IDEA-188681

  • The ability to deselect files with the line-ending changes in the Commit Changes dialog: IDEA-189369

并改进对 Spring Boot 的支持:

  • Access HTTP request mappings from the editor via the new REST client doesn’t require a configured web facet: IDEA-189086.

  • The IDE now supports several new Spring Boot annotations: @ConditionalOnManagementPort@ConditionalOnEnabledInfoContributor@ConditionalOnEnabledHealthIndicator.

  • The IDE finds @ConfigurationProperties bean properties usages in the dependent modules.

修复了几个重要的 issues,包括:

  • Fix for the high memory consumption of Git indexing for shallow clones: IDEA-178016.

  • Fix for the extremely wide, not-resizable Commit Changes dialog in case of a long error message: IDEA-141136.

  • The Commit Changes dialog doesn’t automatically scroll back and forth while clicking: IDEA-188502.

  • The debugger now evaluates complex expressions with JDK 9.

  • The stream debugger now works with JDK 9.

此外,还将 JDK 升级至 1.8.0_152-release-1136-b29 版本:

  • Performance has been improved for Version Control Log scrolling: JRE-690

  • Horizontal grey lines in every window in IntelliJ IDEA were eliminated: JRE-711

完整的 IntelliJ IDEA 更新日志:

下载地址:


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

STL源码剖析

STL源码剖析

侯捷 / 华中科技大学出版社 / 2002-6 / 68.00元

学习编程的人都知道,阅读、剖析名家代码乃是提高水平的捷径。源码之前,了无秘密。大师们的缜密思维、经验结晶、技术思路、独到风格,都原原本本体现在源码之中。 这本书所呈现的源码,使读者看到vector的实现、list的实现、heap的实现、deque的实现、Red Black tree的实现、hash table的实现、set/map的实现;看到各种算法(排序、查找、排列组合、数据移动与复制技术......一起来看看 《STL源码剖析》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

随机密码生成器
随机密码生成器

多种字符组合密码

URL 编码/解码
URL 编码/解码

URL 编码/解码