io.edurt.datacap.plugin.DorisService.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of datacap-plugin-doris Show documentation
Show all versions of datacap-plugin-doris Show documentation
DataCap - Plugin - Apache Doris
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