Skip to content

Instantly share code, notes, and snippets.

@brunapereira
Created January 11, 2020 22:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brunapereira/30e6570f1cb0e086dd16d67c59215b06 to your computer and use it in GitHub Desktop.
Save brunapereira/30e6570f1cb0e086dd16d67c59215b06 to your computer and use it in GitHub Desktop.
@Component
@ConfigurationProperties("service.authentication")
class AuthenticationProperties {
final lateinit var baseUrl: String
final lateinit var username: String
final lateinit var password: String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment