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

io.edurt.datacap.plugin.DorisService.kt Maven / Gradle / Ivy

The newest version!
package io.edurt.datacap.plugin

import io.edurt.datacap.spi.PluginService

class DorisService : PluginService
{
    override fun connectType(): String
    {
        return "mysql"
    }

    override fun driver(): String
    {
        return "com.mysql.cj.jdbc.Driver"
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy