Spring Boot for Apache Geode & Pivotal GemFire 1.0.0.M4 发布!
我谨代表 Spring、Apache Geode 和 Pivotal GemFire 社区,高兴地宣布 Spring Boot for Apache Geode & Pivotal GemFire (SBDG) 1.0.0.M4
版本发布。
特别感谢 @starbuxman 在 2018 年 SpringOne Platform 大会后提供的宝贵反馈。此外,如果您还没有看过 Josh 关于 Apache 的 Spring Tip 视频,请务必观看。
新增功能
除了几个小更新之外,Milestone 4 还添加了以下新功能
-
使用 Spring Boot 的配置处理器和 SBDG 提供的
@ConfigurationProperties
类支持外部化配置(有关更多详细信息,请参见此处)。在 STS 或 IJ Enterprise 附加功能中,开发人员将可以更方便地使用自动完成功能和内容辅助功能。 -
现在可以使用
spring.application.name
属性为 GemFire/Geode 节点命名。 -
GemFire/Geode Spring Boot 启动器现在包含 Spring Shell 作为运行时依赖项,这在启用和使用 GemFire/Geode 的管理服务时非常方便。
-
提供了一种解决 Spring Cloud Commons 中问题的变通方法。
…