如何禁用 Ignite 的 GridUpdateNotifier

How to disable Ignite's GridUpdateNotifier

如何禁用GridUpdateNotifier?

在我使用嵌入式 Ignite 启动我的应用程序后(使用 Spring),最终我会在日志中收到此消息: ignite-update-notifier-timer Your version is up to date

我尝试将环境变量 ignite.update.notifier.enabled.by.default 设置为 false,但没有用。

显然这个环境变量的名称已经改变。 现在是 IGNITE_UPDATE_NOTIFIERIgniteSystemProperties

中定义