领先一步
VMware 提供培训和认证,以加速您的进步。
了解更多谨代表 Spring、Apache Geode 和 Pivotal GemFire 社区,我很高兴地宣布 Apache Geode & Pivotal GemFire 版 Spring Boot (SBDG) 1.3.0.M2
正式发布。
1.3.0.M2
版本与以下版本保持一致:
Spring Framework 5.2.3.RELEASE
Spring Boot 2.3.0.M2
Apache Geode & Pivotal GemFire 版 Spring Data (SDG) 2.3.0.M3
Spring Data Neumann-M3
Apache Geode & Pivotal GemFire 版 Spring Session (SSDG) 2.3.0.M2
Spring Session Dragonfruit-M2
Apache Geode & Pivotal GemFire 版 Spring Test (STDG) 0.0.13.RELEASE
查看 变更日志 获取更多详细信息。
此版本可在 Spring Milestone 仓库 中获得,也可在 Spring Initializr (start.spring.io) 上使用。
SBDG 1.3.0.M2
添加了新的启动器,可在 Apache Geode (org.springframework.geode:spring-geode-starter-logging:1.3.0.M2
) 或 Pivotal GemFire (org.springframework.geode:spring-gemfire-starter-logging:1.3.0.M2
) 中启用日志记录。
默认情况下,SBDG 导入 org.springframework.boot:spring-boot-starter-logging
依赖项并使用 Logback 作为默认的日志系统提供程序。它还会自动将 Apache Geode/Pivotal GemFire 用于记录 GemFire/Geode 组件语句的 Log4j API 桥接到 SLF4J。最后,SBDG 提供了一个默认的可配置 logback.xml
文件,用于以 INFO
级别输出 Apache Geode 或 Pivotal GemFire 日志语句。
您可以阅读 参考文档 获取更多详细信息。
我们计划提供一个预热 GemFire/Geode 的选项。简而言之,我们的意思是,在启动时将数据预加载到已配置的 GemFire/Geode Region 中,这与提供 data.sql
文件并由 Spring Boot 自动预加载现有 RDBMS 表的方式非常相似。查看 Issue #67 获取更多详细信息并关注我们的进度。
此外,除了添加到 示例 之外,我们还计划使每个示例都能够单独构建和运行,而无需构建整个 SBDG 项目。查看 Issue #75 获取更多详细信息并关注我们的进度。
一如既往,我们非常感谢并欢迎任何反馈。
问题 | PR | StackOverflow