org.apache.ignite
ignite-core
2.9.0
1.7
1.7
在Java代码中,确保使用的Java版本与pom.xml中指定的版本匹配:
public class Example {
public static void main(String[] args) {
System.out.println("Java version: " + System.getProperty("java.version"));
//...
}
}