Database Settings
data class DatabaseSettings(val type: DatabaseType, val jdbcUrl: String, val user: String?, val password: String?, val mysqlMaximumPoolSize: Int)
Constructors
Link copied to clipboard
constructor(type: DatabaseType, jdbcUrl: String, user: String?, password: String?, mysqlMaximumPoolSize: Int)