Patrick Doering
09/29/2021, 9:27 AM@Serializable
data class FacetteConfigDataClass (
var http: HttpConfig? = null,
var kafka: KafkaConfig? = null,
var database: Map<String, DatabaseConfig>? = null,
var application: ApplicationConfig? = null,
var custom: Map<String, String> = mutableMapOf(),
var web: WebConfig? = null,
var log: LoggingConfig? = null
)
I hope somebody can help me.
Here is the link to the Github Repo:
https://github.com/munichbughunter/SevenFacette