Skip to content

Instantly share code, notes, and snippets.

@jaimedantas
Created March 31, 2021 23:27
Show Gist options
  • Save jaimedantas/dc788c746a3473e7b2308e1760c0bb96 to your computer and use it in GitHub Desktop.
Save jaimedantas/dc788c746a3473e7b2308e1760c0bb96 to your computer and use it in GitHub Desktop.
@ConfigurationProperties("microservice")
class PropertiesConfiguration {
var processingTime: Long = 0
var threads: Long = 0
var returnMessage: String = ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment