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

org.octopusden.employee.config.Jira2Properties.kt Maven / Gradle / Ivy

The newest version!
package org.octopusden.employee.config

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

@ConfigurationProperties("jira2")
@ConstructorBinding
data class Jira2Properties(val host: String, val username: String, val password: String)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy