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

org.octopusden.octopus.dms.configuration.RelengProperties.kt Maven / Gradle / Ivy

There is a newer version: 2.0.31
Show newest version
package org.octopusden.octopus.dms.configuration

import org.springframework.boot.context.properties.ConfigurationProperties
import org.springframework.boot.context.properties.ConstructorBinding

@ConfigurationProperties(prefix = "releng")
@ConstructorBinding
data class RelengProperties(
    val host: String,
    val apiUri: String = "rest/release-engineering/3"
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy