Skip to content

Instantly share code, notes, and snippets.

@eliasnogueira
Created December 24, 2020 07:10
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 eliasnogueira/f1aa22a2b984b9c83273f761b83f8480 to your computer and use it in GitHub Desktop.
Save eliasnogueira/f1aa22a2b984b9c83273f761b83f8480 to your computer and use it in GitHub Desktop.
Owner example with the system properties lookup
@Config.LoadPolicy(Config.LoadType.MERGE)
@Config.Sources({
"system:properties",
"classpath:general.properties",
"classpath:grid.properties"
})
public interface GeneralConfig extends Config {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment