All Downloads are FREE. Search and download functionalities are using the official Maven repository.

zhqiang.helper.database.db-cassandra.2018.1.2.source-code.reference.conf Maven / Gradle / Ivy

The newest version!
# 在项目中使用 application.conf 可以覆盖此模块中的配置

# Cassandra 是分布式结构化数据存储方案,可扩展性非常优秀
cassandra {
  enabled = true
  host = "localhost"
  port = 9042
  max-seconds = 15

  check {
    columns = ["cluster_name", "release_version"]
    keyspace = "system"
    table = "local"
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy