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

com.newzly.phantom.Main.scala Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
package com.newzly.phantom

import org.cassandraunit.utils.EmbeddedCassandraServerHelper

object Main {
  def main(args: Array[String]): Unit = {
    Console.println("Start Cassandra server")
    EmbeddedCassandraServerHelper.startEmbeddedCassandra()
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy