在使用阿里云的cassandra数据库时需要注意的是下图中的数据中心ID对应cassandra中的datacenter,而不是数据中心的名称!!!
即SessionBuilder.withLocalDatacenter方法要使用阿里云cassandra官方文档中的数据中心ID
public SelfT withLocalDatacenter(@NonNull String localDatacenter) {return withLocalDatacenter(DriverExecutionProfile.DEFAULT_NAME, localDatacenter);
}