我在Eclipse中编写了Ignite hello world程序,并希望将其连接到localhost(127.0.0.1)。但是它给了我错误例如" ignite.xml文件路径无效"
我开始点燃如下,
try (Ignite ignite = Ignition.start("examples/config/example-ignite.xml")) {}
但我得到的错误如下:
Spring XML配置路径无效:examples / config / example-ignite.xml。
我该如何解决?