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

com.github.jlangch.venice.examples.database-config.json Maven / Gradle / Ivy

There is a newer version: 1.12.34
Show newest version
{ 
  "db" : { 
    "classname" : "com.mysql.jdbc.Driver",
    "subprotocol" : "mysql",
    "subname" : "//127.0.0.1:3306/test",
    "user" : "test",
    "password" : "123" 
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy